services refactor

This commit is contained in:
2025-12-17 22:37:21 +01:00
parent 055a7f67b5
commit 6123264353
117 changed files with 5617 additions and 117 deletions

View File

@@ -25,6 +25,9 @@
"docker:prod:logs": "docker-compose -f docker-compose.prod.yml logs -f",
"docker:prod:clean": "docker-compose -f docker-compose.prod.yml down -v",
"api:build": "npm run build --workspace=@gridpilot/api",
"api:generate-spec": "tsx scripts/generate-openapi-from-dtos.ts",
"api:generate-types": "tsx scripts/generate-api-types.ts",
"api:sync-types": "npm run api:generate-spec && npm run api:generate-types",
"test": "vitest run \"$@\"",
"test:unit": "vitest run tests/unit",
"test:integration": "vitest run tests/integration",
@@ -78,8 +81,10 @@
"electron": "^39.2.7",
"eslint": "^8.0.0",
"eslint-plugin-boundaries": "^5.3.1",
"glob": "^13.0.0",
"husky": "^9.1.7",
"jsdom": "^22.1.0",
"openapi-typescript": "^7.4.3",
"prettier": "^3.0.0",
"puppeteer": "^24.31.0",
"ts-node": "^10.9.2",