// 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;