Bilder + GSC + Posthog

This commit is contained in:
2026-04-29 20:33:21 +02:00
committed by Timo Knuth
parent 32bd2c38e0
commit 6b6ce9d6ae
11 changed files with 411 additions and 234 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(grep -r \"BETTER_AUTH_URL\\\\|NEXT_PUBLIC_APP_URL\" /c/Users/a931627/Documents/stadtwerke-saas-analysis/innungsapp/apps/admin --include=\"*.ts\" --include=\"*.tsx\" --include=\"*.js\" 2>/dev/null | head -30)",
"Bash(find /c/Users/a931627/Documents/stadtwerke-saas-analysis/innungsapp -name \".env*\" -o -name \"*.env*\" 2>/dev/null | grep -v node_modules)",
"Bash(grep -r \"https://\" /c/Users/a931627/Documents/stadtwerke-saas-analysis/innungsapp/apps/admin --include=\"*.ts\" --include=\"*.tsx\" 2>/dev/null | grep -v node_modules | grep -v \".next\" | head -20)",
"Bash(grep -r \"baseURL\\\\|trustedOrigins\\\\|BETTER_AUTH\" /c/Users/a931627/Documents/stadtwerke-saas-analysis/innungsapp/apps/admin --include=\"*.ts\" --include=\"*.tsx\" 2>/dev/null | grep -v node_modules | grep -v \".next\")",
"Bash(find /c/Users/a931627/Documents/stadtwerke-saas-analysis/innungsapp/apps/admin -name \"*email*\" -type f 2>/dev/null | head -10)"
]
}
}