mirror of
https://github.com/Discreetly/frontend.git
synced 2026-01-10 05:18:06 -05:00
fix(deployment) disabled prerendering
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user