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
}
+1 -1
View File
@@ -5,11 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meldestelle</title>
<link type="text/css" rel="stylesheet" href="styles.css">
<!-- <script src="web-app.js"></script>-->
</head>
<body>
<div id="ComposeTarget"></div>
<!--<script src="skiko.js"></script>-->
<!--<script src="Meldestelle-client.js"></script>-->
<script src="web-app.js"></script>
</body>
</html>