- 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
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
import { vitePreprocess } from '@astrojs/svelte';
|
|
|
|
export default {
|
|
preprocess: vitePreprocess(),
|
|
}
|