frontend changes

This commit is contained in:
Chandini 2025-09-17 10:34:13 +05:30
parent 8b5c53ef4c
commit ea35b0fded

View File

@ -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 }) => {