uat-seed-script

This commit is contained in:
phaichayon
2026-06-30 10:48:15 +07:00
parent e4573ac0c9
commit e12ae120b0
31 changed files with 1791 additions and 314 deletions

7
scripts/seed-system.ts Normal file
View File

@@ -0,0 +1,7 @@
import { runNodeScript } from './lib/seed-utils.ts';
function main() {
runNodeScript('seed:system:core', 'src/db/seeds/system.seed.ts');
}
main();