From 31ccf49b75b2dd4bd4bfd18f66967ae6e4c44380 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 24 Mar 2026 14:57:41 +0800 Subject: [PATCH] feat(frontend): add runtimes map to state --- web/js/state.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/js/state.js b/web/js/state.js index de6b559..5692ffc 100644 --- a/web/js/state.js +++ b/web/js/state.js @@ -21,4 +21,5 @@ export const state = { logSource: null, pointSocket: null, apiDocLoaded: false, + runtimes: new Map(), // unit_id -> UnitRuntime };