update main

This commit is contained in:
Elio Bischof
2025-07-29 11:11:27 +02:00
46 changed files with 465 additions and 508 deletions

View File

@@ -13,7 +13,8 @@
"test:open:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal pnpm run open --",
"test:e2e:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal pnpm run e2e --",
"lint": "prettier --check cypress",
"lint:fix": "prettier --write cypress"
"lint:fix": "prettier --write cypress",
"clean": "rm -rf .turbo node_modules"
},
"private": true,
"dependencies": {