fix(deployment) disabled prerendering

This commit is contained in:
2023-09-19 12:39:47 -04:00
parent d35c0146fe
commit 82ed0ebecb

View File

@@ -13,7 +13,7 @@
import { Drawer } from '@skeletonlabs/skeleton';
import SelectServer from '$lib/components/SelectServer.svelte';
import SelectRoom from '$lib/components/SelectRoom.svelte';
export const prerender = false;
// Hack to get BigInt <-> JSON compatibility
(BigInt.prototype as any).toJSON = function () {
return this.toString();