aboutsummaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/package.json')
-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