chore: update nextjs

This commit is contained in:
iCrawl
2024-05-24 01:47:07 +02:00
parent b36ec98382
commit f9ba11eba3
7 changed files with 1951 additions and 1236 deletions

View File

@@ -1,4 +1,5 @@
export const ENV = {
IS_LOCAL_DEV: process.env.VERCEL_ENV === 'development' || process.env.NEXT_PUBLIC_LOCAL_DEV === 'true',
IS_PREVIEW: process.env.VERCEL_ENV === 'preview',
PORT: process.env.PORT ?? 3_000,
};