an atproto based link aggregator

Fix: add SSR external for libsql native modules

Configure Vite SSR to externalize libsql native modules so they're
loaded from node_modules at runtime.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+4
+4
vite.config.ts
··· 10 10 11 11 export default defineConfig({ 12 12 plugins: [tailwindcss(), sveltekit()], 13 + ssr: { 14 + // Externalize native libsql modules - they can't be bundled 15 + external: ['libsql', '@libsql/linux-x64-gnu', '@libsql/linux-x64-musl'] 16 + }, 13 17 test: { 14 18 expect: { requireAssertions: true }, 15 19 projects: [