From 7e1464e0f77419f97658a1fc9ae594beb85e3aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amalie=20Mans=C3=A5ker?= Date: Wed, 12 Jul 2023 14:14:17 +0200 Subject: [PATCH] =?UTF-8?q?Pr=C3=B8ver=20.bin/next?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Markus A. R. Johansen Co-authored-by: Helene Arnesen Co-authored-by: Øydis Kind Refsum --- frontend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/build.gradle.kts b/frontend/build.gradle.kts index bd527c5..9d042b2 100644 --- a/frontend/build.gradle.kts +++ b/frontend/build.gradle.kts @@ -7,4 +7,4 @@ tasks.assemble { dependsOn("yarn_build") } -project.buildDir = File(".next/standalone") \ No newline at end of file +project.buildDir = File("next") \ No newline at end of file