6 lines
70 B
JavaScript
Executable File
6 lines
70 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import { bin } from './dist/bin/index.js'
|
|
|
|
bin()
|