Gas Station Feature

This commit is contained in:
Eric Gullickson
2025-11-04 18:46:46 -06:00
parent d8d0ada83f
commit 5dc58d73b9
61 changed files with 12952 additions and 52 deletions

View File

@@ -64,7 +64,35 @@
"Bash(xargs:*)",
"Bash(test:*)",
"Bash(./node_modules/.bin/tsc:*)",
"mcp__firecrawl__firecrawl_scrape"
"mcp__firecrawl__firecrawl_scrape",
"Bash(npm test:*)",
"Bash(for file in backend/src/features/stations/docs/*.md backend/src/features/stations/docs/deployment/*.md frontend/src/features/stations/README.md)",
"Bash(while read -r path)",
"Bash(do if [ ! -f \"$path\" ])",
"Bash(then echo \" BROKEN: $path\" fi done done)",
"Bash(for path in )",
"Bash(backend/src/features/stations/README.md )",
"Bash(backend/src/features/stations/docs/ARCHITECTURE.md )",
"Bash(backend/src/features/stations/docs/API.md )",
"Bash(backend/src/features/stations/docs/TESTING.md )",
"Bash(backend/src/features/stations/docs/GOOGLE-MAPS-SETUP.md )",
"Bash(backend/src/features/stations/docs/deployment/DEPLOYMENT-CHECKLIST.md )",
"Bash(backend/src/features/stations/docs/deployment/DATABASE-MIGRATIONS.md )",
"Bash(backend/src/features/stations/docs/deployment/SECRETS-VERIFICATION.md )",
"Bash(backend/src/features/stations/docs/deployment/HEALTH-CHECKS.md )",
"Bash(backend/src/features/stations/docs/deployment/PRODUCTION-READINESS.md )",
"Bash(frontend/src/features/stations/README.md )",
"Bash(frontend/docs/RUNTIME-CONFIG.md)",
"Bash(do)",
"Bash(if [ -f \"$path\" ])",
"Bash(then)",
"Bash(echo:*)",
"Bash(else)",
"Bash(fi)",
"Bash(npm run:*)",
"Bash(for f in frontend/src/features/stations/types/stations.types.ts frontend/src/features/stations/api/stations.api.ts frontend/src/features/stations/hooks/useStationsSearch.ts)",
"Bash(head:*)",
"Bash(tail:*)"
],
"deny": []
}