chore(infra): Finalize local docker stack (Monitoring, Frontends, Fixes)
This commit is contained in:
@@ -57,7 +57,7 @@ fun main() {
|
||||
try {
|
||||
console.log("[WebApp] startApp(): readyState=", document.asDynamic().readyState)
|
||||
val root = document.getElementById("ComposeTarget") as HTMLElement
|
||||
console.log("[WebApp] ComposeTarget exists? ", (root != null))
|
||||
console.log("[WebApp] ComposeTarget exists? ", (true))
|
||||
ComposeViewport(root) {
|
||||
MainApp()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user