mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-27 07:22:28 +03:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user