Files
LaDOSE/LaDOSE.Src/LaDOSE.WebApp/src/routes/+layout.ts
T
2026-08-06 09:58:06 +02:00

5 lines
214 B
TypeScript

// The app is a static SPA in front of LaDOSE.Api: rendering on the server would
// have no access to the browser-held JWT, so everything runs client-side.
export const ssr = false;
export const prerender = false;