fix: problee m met mergen en zorgen student Gerald in db komt bij npm run dev runnen

This commit is contained in:
laurejablonski 2025-04-04 18:18:50 +02:00
parent 1ffd77cce7
commit 8218aae6ec
10 changed files with 372 additions and 62 deletions

View file

@ -7,7 +7,7 @@
"main": "dist/app.js",
"scripts": {
"build": "cross-env NODE_ENV=production tsc --build",
"dev": "cross-env NODE_ENV=development tsx watch --env-file=.env.development.local src/app.ts",
"dev": "cross-env NODE_ENV=development tsx seed.ts; tsx watch --env-file=.env.development.local src/app.ts",
"start": "cross-env NODE_ENV=production node --env-file=.env dist/app.js",
"format": "prettier --write src/",
"format-check": "prettier --check src/",