feat: auto populate machine structures and seed sample data

This commit is contained in:
Matthieu
2025-10-13 09:01:33 +02:00
parent b7682ac312
commit dc4a12440b
21 changed files with 2218 additions and 7267 deletions

View File

@@ -18,7 +18,8 @@
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"seed:demo": "ts-node --transpile-only scripts/seed-industrial-data.ts"
"seed:demo": "ts-node --transpile-only scripts/seed-industrial-data.ts",
"seed:sample": "ts-node --transpile-only scripts/seed-sample-data.ts"
},
"dependencies": {
"@nestjs/common": "^11.0.1",