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

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