ta-organizerr/ui/.vscode/extensions.json
wander aa94920650 feat: modernize UI with Astro+Svelte and optimize Docker build
- Migrated frontend to Astro + Svelte 5 for cyberpunk aesthetic
- Switched to Bun for faster frontend builds
- Implemented multi-stage Docker build for smaller image size
- Refactored backend to serve static assets and proxy API requests
- Added recovery mode for manual file management
2026-02-04 15:30:04 -05:00

4 lines
87 B
JSON

{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}