diff --git a/webapp/next.config.js b/webapp/next.config.js index aa397ec..83ac05c 100644 --- a/webapp/next.config.js +++ b/webapp/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', typescript: { ignoreBuildErrors: true, },