From 87cb5133172043c3292b3ef1039f24dc363c947e Mon Sep 17 00:00:00 2001 From: yznahmad Date: Thu, 3 Jul 2025 02:52:40 +0300 Subject: [PATCH] Add v120g 212 rssu3 --- 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, },