This commit is contained in:
phaichayon
2026-06-19 12:30:26 +07:00
parent 721653f692
commit a85d24235c
14 changed files with 1250 additions and 102 deletions

View File

@@ -19,6 +19,7 @@
"seed:foundation": "node --experimental-strip-types src/db/seeds/foundation.seed.ts",
"seed:task-h1-fixture": "node scripts/seed-task-h1-fixture.js",
"verify:task-h1": "node scripts/verify-task-h1.js",
"verify:task-h3": "node --experimental-strip-types scripts/verify-task-h3.js",
"setup:db": "npm run migrate && npm run seed:super-admin && npm run seed:foundation"
},
"dependencies": {