seed
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user