Add demo seed command
Build and deploy Docker image / build (push) Successful in 2m34s

This commit is contained in:
Ruslan Bakiev
2026-06-07 10:43:12 +07:00
parent 66fca05229
commit d7ebefd0ee
2 changed files with 75 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"dev": "tsx watch src/index.ts",
"build": "prisma generate && tsc",
"start": "prisma migrate deploy && node dist/index.js",
"prisma:migrate": "prisma migrate dev"
"prisma:migrate": "prisma migrate dev",
"seed:demo": "tsx scripts/seed-demo.ts"
},
"dependencies": {
"@fastify/cors": "^11.2.0",