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

@@ -8,7 +8,8 @@
"start:dev": "ts-node-dev --respawn --inspect=0.0.0.0:9229 src/main.ts",
"start:prod": "node dist/main",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"generate:openapi": "GENERATE_OPENAPI=true ts-node src/main.ts --exit"
},
"keywords": [],
"author": "",