5 lines
214 B
TypeScript
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;
|