4 lines
68 B
JavaScript
4 lines
68 B
JavaScript
#!/usr/bin/env node
|
|
|
|
import main from '../out/cli/main.js';
|
|
main();
|