From 30ae7230de98409076fd239bc57c8849800c461b Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 30 Sep 2025 13:22:48 +0200 Subject: [PATCH] fixing frontedn docker build --- clients/app/build.gradle.kts | 2 +- clients/app/src/jsMain/resources/index.html | 1 + clients/app/webpack.config.d/webpack.config.js | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/clients/app/build.gradle.kts b/clients/app/build.gradle.kts index 565aa52f..9d6a0d5b 100644 --- a/clients/app/build.gradle.kts +++ b/clients/app/build.gradle.kts @@ -121,7 +121,7 @@ tasks.withType { // Ensure copy/sync-based distribution tasks exclude duplicates (e.g., index.html from resources and HtmlWebpackPlugin) tasks.withType { - duplicatesStrategy = DuplicatesStrategy.EXCLUDE + duplicatesStrategy = DuplicatesStrategy.WARN // Statt EXCLUDE } tasks.withType { diff --git a/clients/app/src/jsMain/resources/index.html b/clients/app/src/jsMain/resources/index.html index 2015977d..f3fd0ed4 100644 --- a/clients/app/src/jsMain/resources/index.html +++ b/clients/app/src/jsMain/resources/index.html @@ -11,6 +11,7 @@
+