mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 21:36:37 +00:00
Skip config fetch during build
This commit is contained in:
committed by
Owen Schwartz
parent
bd20bb0dd1
commit
beddb0d187
@@ -2,7 +2,7 @@ import { headers } from 'next/headers';
|
|||||||
import { db } from '@server/db';
|
import { db } from '@server/db';
|
||||||
import { resources } from '@server/db';
|
import { resources } from '@server/db';
|
||||||
import { eq } from 'drizzle-orm';
|
import { eq } from 'drizzle-orm';
|
||||||
|
export const dynamic = "force-dynamic";
|
||||||
|
|
||||||
export default async function MaintenanceScreen() {
|
export default async function MaintenanceScreen() {
|
||||||
const headersList = await headers();
|
const headersList = await headers();
|
||||||
|
|||||||
Reference in New Issue
Block a user