clean login dependencies

This commit is contained in:
Elio Bischof
2025-07-18 15:26:04 +02:00
parent 6788dd4b44
commit b746be06d0
347 changed files with 988 additions and 692 deletions

View File

@@ -14,7 +14,9 @@
"NEXT_PUBLIC_BASE_PATH",
"CUSTOM_REQUEST_HEADERS",
"NODE_ENV",
"INKEEP_API_KEY"
"INKEEP_API_KEY",
"DISPLAY",
"CYPRESS_DISPLAY"
],
"tasks": {
"generate": {
@@ -24,11 +26,17 @@
"quality": {
"with": [
"lint",
"test:unit"
"test:unit",
"test:integration",
"test:acceptance",
"test:e2e"
]
},
"start": {},
"test:unit": {},
"test:integration": {},
"test:acceptance": {},
"test:e2e": {},
"lint": {},
"lint:fix": {},
"dev": {