Added data seed script

This commit is contained in:
SepehrYahyaee
2026-08-25 10:11:19 +03:30
parent 8cf7b7b229
commit e5a28238e5
3 changed files with 3836 additions and 15 deletions

1422
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,6 +13,7 @@
"start:debug": "nest start --debug --watch", "start:debug": "nest start --debug --watch",
"start:prod": "node dist/main", "start:prod": "node dist/main",
"seed:parsian-tehran": "ts-node scripts/seed-parsian-tehran.ts", "seed:parsian-tehran": "ts-node scripts/seed-parsian-tehran.ts",
"seed:reports-fixtures": "ts-node scripts/seed-insurer-reports-fixtures.ts",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
@@ -49,6 +50,7 @@
"svg-captcha": "^1.4.0" "svg-captcha": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"@compodoc/compodoc": "^2.0.0",
"@eslint/eslintrc": "^3.2.0", "@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0", "@eslint/js": "^9.18.0",
"@nestjs/cli": "^11.0.0", "@nestjs/cli": "^11.0.0",

File diff suppressed because it is too large Load Diff