We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e6549 commit ea3f6f3Copy full SHA for ea3f6f3
3 files changed
src/backend/package.json
@@ -7,7 +7,8 @@
7
"test": "vitest",
8
"build": "NODE_OPTIONS='--max-old-space-size=8192' tsc --noEmit false",
9
"start": "node -r dotenv/config dist/backend/index.js",
10
- "prisma:manual": "tsx --import dotenv/config ./src/prisma/manual.ts"
+ "prisma:manual": "tsx --import dotenv/config ./src/prisma/manual.ts",
11
+ "prisma:dev-seed": "tsx --import dotenv/config ./src/prisma/dev-seed.ts"
12
},
13
"dependencies": {
14
"@prisma/client": "^6.2.1",
0 commit comments