Commit Graph

8 Commits

Author SHA1 Message Date
apairon 4a604bab0b refactor: streamline SSR setup and remove Babel configuration
- Updated import path for app.server module in SSR hook.
- Removed babel.config.server.json as Babel is no longer needed for async/await transformation.
- Adjusted esbuild configuration to target ESNext and modified output paths.
- Enhanced App.svelte to handle initial content loading during SSR.
- Updated SSR script to load messages synchronously before rendering.
- Simplified build:server script in package.json by removing Babel step.
2026-05-12 15:47:53 +00:00
apairon 965a505e15 feat: enhance SSR support with language extraction, dynamic page titles, and updated styles; adjust color theme 2026-02-26 11:09:42 +00:00
apairon 3b84e49383 feat: enhance SSR cache management with dependency tracking and entry-level invalidation 2026-02-25 17:35:10 +00:00
apairon 2037953000 yarn upgrade 2025-03-27 12:34:04 +00:00
apairon 24d2aaaa50 ssr 404 2022-01-25 16:21:54 +01:00
apairon 85fd41ce58 fixed ssr 2022-01-19 18:50:58 +01:00
apairon f6ac48daab using wmbasic-api-types 2021-08-16 11:07:11 +02:00
apairon 2ee7f650db init 2021-03-22 15:59:05 +01:00