This commit is contained in:
2026-01-14 15:30:13 +03:30
parent aed4a1b333
commit 364f32e254
4 changed files with 10 additions and 8 deletions
+1
View File
@@ -11,6 +11,7 @@
"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",
"db:refresh": "npm run db:drop && npm run db:create ",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start dist/main",