From 2253831077c469e6bdbf1ce921c4b08ecf739912 Mon Sep 17 00:00:00 2001 From: Viacheslav Turovskyi Date: Fri, 31 May 2024 23:11:25 +0000 Subject: [PATCH] feat: add Dockerfile --- apps/studio-next/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio-next/next.config.js b/apps/studio-next/next.config.js index fd42ad6b0..34675c41c 100644 --- a/apps/studio-next/next.config.js +++ b/apps/studio-next/next.config.js @@ -36,7 +36,7 @@ const nextConfig = { return config; }, - output: 'export', + output: 'export' }; module.exports = nextConfig;