mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 17:57:10 +00:00
- Add vercel.json with Angular build config and SPA rewrites
- Increase Angular bundle budgets to unblock production build
- Fix TS strict null error in runtime-config.ts (return _config ?? {})
- Load API_URL from /assets/config.json at bootstrap via prebuild script
- Wire getRuntimeConfig() into FormService instead of hardcoded localhost
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
221 B
Text
26 lines
221 B
Text
# Backend
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv/
|
|
.env
|
|
.pytest_cache/
|
|
metrics.txt
|
|
|
|
# Frontend
|
|
node_modules/
|
|
.angular/
|
|
dist/
|
|
.env
|
|
|
|
*.swp
|
|
*.swo
|
|
|
|
.env/
|
|
|
|
# personal
|
|
project-plans/
|
|
.DS_Store
|
|
.cursorrules
|
|
tempData.json
|
|
.vercel
|