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 @@
+