add api category brand and fix product

This commit is contained in:
2026-03-29 15:54:09 +03:00
parent 532f2ed8e8
commit 6b002edd34
10 changed files with 1450 additions and 32 deletions

View File

@@ -8,6 +8,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:prod": "node dist/main",
"seed:industrial-products": "ts-node -r tsconfig-paths/register src/scripts/seed-industrial-products.ts",
"lint": "eslint \"{src,test}/**/*.ts\" --fix",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"typeorm": "typeorm-ts-node-commonjs -d src/config/typeorm.config.ts",