disable ssr for browser debugging

This commit is contained in:
Satria 2026-07-25 10:00:26 +07:00
commit 4f221ea7a8

1
src/routes/+layout.ts Normal file
View file

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