debug integration

This commit is contained in:
Elio Bischof
2025-07-24 01:59:16 +02:00
parent 9a21c6085a
commit 3eb01c1043
5 changed files with 47 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalDependencies": ["**/.env.*local"],
"globalDependencies": [
"**/.env.*local"
],
"globalEnv": [
"DEBUG",
"VERCEL_URL",
@@ -36,6 +38,7 @@
},
"start": {},
"test:unit": {},
"test:integration:login": {},
"test:acceptance": {},
"test:e2e": {},
"lint": {},
@@ -48,4 +51,4 @@
"cache": false
}
}
}
}