Generated initial files for project

This commit is contained in:
2024-12-30 21:44:47 +00:00
commit f36d5cfce0
38 changed files with 19557 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { dev } from '$app/environment';
// we don't need any JS on this page, though we'll load
// it in dev so that we get hot module replacement
export const csr = dev;
// since there's no dynamic data here, we can prerender
// it so that it gets served as a static asset in production
export const prerender = true;