mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-05 21:56:48 +00:00
chore(pockethost): refactor tsx bin execution
This commit is contained in:
parent
b299241756
commit
f94314fe69
@ -14,8 +14,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"check:types": "tsc --noEmit ",
|
||||
"dev": "NODE_ENV=development tsx ./src/cli/index.ts",
|
||||
"start": "tsx ./src/cli/index.ts"
|
||||
"dev": "NODE_ENV=development ./src/cli/index.ts",
|
||||
"start": "./src/cli/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pockethost/plugin-console-logger": "workspace:*",
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
#!/usr/bin/env tsx
|
||||
|
||||
import { program } from 'commander'
|
||||
import EventSource from 'eventsource'
|
||||
|
Loading…
x
Reference in New Issue
Block a user