This commit is contained in:
2025-11-17 23:44:45 +03:30
parent 7bd2b59cb1
commit e699a961be
7 changed files with 517 additions and 4 deletions
+2
View File
@@ -9,6 +9,7 @@
"db:create": "npx mikro-orm schema:create --run --config ./src/config/mikro-orm.config.dev.ts",
"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",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start dist/main",
@@ -54,6 +55,7 @@
"ulid": "^3.0.1"
},
"devDependencies": {
"@mikro-orm/seeder": "^6.5.8",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@mikro-orm/cli": "^6.5.8",