add seeding feature with initial demo data
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
Ken Yasue
2026-06-25 08:09:07 +02:00
parent f65f3c435c
commit 9fce9e9215
3 changed files with 976 additions and 353 deletions

View File

@ -14,8 +14,10 @@
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:coverage": "vitest run --coverage",
"migrate": "tsx lib/db/run-migrations.ts"
"migrate": "tsx lib/db/run-migrations.ts",
"seed": "tsx scripts/seed-demo.ts"
},
"keywords": [
"groupware",