From 6299ee45583d6db1a030c2a9616f7e214b61b638 Mon Sep 17 00:00:00 2001 From: yznahmad Date: Thu, 26 Jun 2025 22:48:58 +0300 Subject: [PATCH] Add v1 1220 --- webapp/next.config.js | 1 + 1 file changed, 1 insertion(+) 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, },