aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-13 12:21:34 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-13 12:21:34 -0700
commita7f7fe57f2146f770b9f4e27edf33f73f2f29bae (patch)
tree41c2dbf01b1eabd8c6ba4ce2f036cb5e6d381595
parent8ea0850428a3c9edd015384f945f86b3a13349c5 (diff)
fix: start script build file path
-rw-r--r--backend/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/package.json b/backend/package.json
index 49a5bab..68a6ad9 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -7,10 +7,10 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev src/index.ts",
"build": "tsc",
- "start": "node dist/index.js"
+ "start": "node dist/src/index.js"
},
"prisma": {
- "seed": "ts-node src/prisma/seed.ts"
+ "seed": "ts-node prisma/seed.ts"
},
"keywords": [],
"author": "",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage