feat(frontend): add runtimes map to state
This commit is contained in:
parent
d2bd567799
commit
31ccf49b75
|
|
@ -21,4 +21,5 @@ export const state = {
|
|||
logSource: null,
|
||||
pointSocket: null,
|
||||
apiDocLoaded: false,
|
||||
runtimes: new Map(), // unit_id -> UnitRuntime
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue