cli/index.js

6 lines
118 B
JavaScript
Raw Normal View History

2024-10-31 02:19:42 +00:00
#!/usr/bin/env node
import { main } from './src/main.js';
2024-10-31 02:19:42 +00:00
// Start the CLI application
2024-10-31 02:19:42 +00:00
main().catch(console.error);