6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
|
|
#!/usr/bin/env node
|
||
|
|
|
||
|
|
import run from '../dist/cli.js'
|
||
|
|
|
||
|
|
run()
|