mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
set up npx app
This commit is contained in:
parent
3645f92774
commit
776be21fbd
6 changed files with 40 additions and 59 deletions
4
apps/cli/bin/app.js
Executable file
4
apps/cli/bin/app.js
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
import { start } from '../dist/x.js';
|
||||
start();
|
||||
Loading…
Add table
Add a link
Reference in a new issue