feat(frontend): serve as SPA via adapter-static

This commit is contained in:
2026-06-04 00:07:22 +03:00
parent 0f6bfe2111
commit 91932d38ce
4 changed files with 17 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
export const ssr = false;
export const prerender = false;