debug and pipeline dev containers

This commit is contained in:
Elio Bischof
2025-07-22 16:56:13 +02:00
parent 5a84f27913
commit 14ef5af29e
12 changed files with 62 additions and 27 deletions

View File

@@ -14,6 +14,7 @@
"NEXT_PUBLIC_BASE_PATH",
"CUSTOM_REQUEST_HEADERS",
"NODE_ENV",
"PORT",
"INKEEP_API_KEY",
"DISPLAY",
"CYPRESS_DISPLAY"
@@ -27,14 +28,15 @@
"with": [
"lint",
"test:unit",
"test:integration",
"test:integration:login",
"test:acceptance",
"test:e2e"
]
},
"start": {},
"test:unit": {},
"test:integration": {},
"test:integration:login": {},
"test:integration:login:debug": {},
"test:acceptance": {},
"test:e2e": {},
"lint": {},