This commit is contained in:
2025-08-08 18:33:03 +02:00
parent 1d51176311
commit a379a101f4
3 changed files with 2563 additions and 3952 deletions

3951
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,8 @@
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
"start:prod": "node dist/orchestrator.js", "start:prod": "node dist/orchestrator.js",
"lint": "eslint 'src/**/*.{ts,tsx}' --max-warnings=0", "lint": "eslint 'src/**/*.{ts,tsx}' --max-warnings=0",
"format": "prettier --write ." "format": "prettier --write .",
"preinstall": "npx only-allow pnpm"
}, },
"dependencies": { "dependencies": {
"dotenv": "^16.4.5", "dotenv": "^16.4.5",

2561
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff