Enhance layout handling and debugging in WebSocketManager; update mock_backend and App.svelte for improved widget integration and console logging.

This commit is contained in:
Muratovakisa33
2026-03-08 22:59:40 +01:00
parent 64496cf038
commit 47bf577d7a
18 changed files with 563 additions and 110 deletions

View File

@@ -1,10 +1,10 @@
import App from './App.svelte';
console.log("[layout] IoTManagerWeb loaded — layout debug logs enabled");
const app = new App({
target: document.body,
props: {
name: 'world'
}
props: {}
});
export default app;