up seeder

This commit is contained in:
2025-12-15 15:43:41 +03:30
parent f6f4cb0f9a
commit 5ef6ee26dd
3 changed files with 39 additions and 4 deletions
+1
View File
@@ -10,6 +10,7 @@
"db:update": "npx mikro-orm schema:update --run --config ./src/config/mikro-orm.config.dev.ts ",
"db:drop": "npx mikro-orm schema:drop --run --config ./src/config/mikro-orm.config.dev.ts",
"db:seed": "npx mikro-orm seeder:run --config ./src/config/mikro-orm.config.dev.ts",
"db:reset": "npm run db:drop && npm run db:create && npm run db:seed",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start dist/main",