fork of hey-api/openapi-ts because I need some additional things
at main 9 lines 321 B view raw
1import { dev } from '$app/environment'; 2 3// we don't need any JS on this page, though we'll load 4// it in dev so that we get hot module replacement 5export const csr = dev; 6 7// since there's no dynamic data here, we can prerender 8// it so that it gets served as a static asset in production 9export const prerender = true;