Skip to content

Commit 60656e4

Browse files
committed
(fix): Fix start script.
1 parent 480bf2e commit 60656e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Proxy for threedify web app and api.",
55
"scripts": {
66
"build": "tsc -p .",
7-
"start": "node -r dotenv/config dist/src/index.js",
7+
"start": "node -r dotenv/config dist/index.js",
88
"start:dev": "nodemon -r dotenv/config src/index.ts",
99
"lint": "pretty-quick --check --pattern \"src/**/*\" && eslint",
1010
"lint:fix": "pretty-quick --write --pattern \"src/**/*\" && eslint --fix"

0 commit comments

Comments
 (0)