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