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