fixing clients

new frontend
This commit is contained in:
stefan
2025-09-25 23:03:42 +02:00
parent eae3d0ee03
commit 94a76e4484
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -26,6 +26,11 @@ kotlin {
js(IR) {
outputModuleName = "web-app"
browser {
commonWebpackConfig {
cssSupport {
enabled.set(true)
}
}
testTask {
enabled = false
}