generated from nhcarrigan/template
fix: start command
This commit is contained in:
parent
73995a495d
commit
7587152072
@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"dev": "tsx src/index.ts --watch",
|
||||
"build": "tsc",
|
||||
"start": "op run --env-file=./prod.env -- node dist/index.js",
|
||||
"start": "op run --env-file=./prod.env -- node prod/index.js",
|
||||
"lint": "eslint ./src --max-warnings 0",
|
||||
"test": "echo 'No tests specified' && exit 0"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user