From ea35b0fded5b4749594f40082c51a04db0e37f24 Mon Sep 17 00:00:00 2001 From: Chandini Date: Wed, 17 Sep 2025 10:34:13 +0530 Subject: [PATCH] frontend changes --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 8e1ffc7..437d8b4 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ['@tldraw/tldraw'], + output: 'export', eslint: { ignoreDuringBuilds: true }, typescript: { ignoreBuildErrors: true }, webpack: (config, { isServer }) => {