set up npx app

This commit is contained in:
Ramnique Singh 2025-11-05 13:28:38 +05:30
parent 3645f92774
commit 776be21fbd
6 changed files with 40 additions and 59 deletions

4
apps/cli/bin/app.js Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env node
import { start } from '../dist/x.js';
start();