upgrade(docker)

This commit is contained in:
stefan
2025-08-16 15:56:16 +02:00
parent 9c21154199
commit 54feec19d4
7 changed files with 7 additions and 23 deletions
-4
View File
@@ -50,10 +50,6 @@ kotlin {
}
}
compose.experimental {
web.application {}
}
// Web-specific optimizations
tasks.named("jsBrowserDevelopmentWebpack") {
outputs.upToDateWhen { false }
@@ -3,7 +3,6 @@ package at.mocode.client.web
import kotlin.test.Test
import kotlin.test.assertNotNull
import kotlin.test.assertTrue
import kotlin.test.assertEquals
class MainTest {