Update README

This commit is contained in:
2026-07-18 20:08:02 -04:00
parent 91c595bb42
commit 4a0dcc7106
2 changed files with 57 additions and 17 deletions
-4
View File
@@ -1,5 +1 @@
// Tauri doesn't have a Node.js server to do proper SSR
// so we use adapter-static with a fallback to index.html to put the site in SPA mode
// See: https://svelte.dev/docs/kit/single-page-apps
// See: https://v2.tauri.app/start/frontend/sveltekit/ for more info
export const ssr = false;