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,
|
logSource: null,
|
||||||
pointSocket: null,
|
pointSocket: null,
|
||||||
apiDocLoaded: false,
|
apiDocLoaded: false,
|
||||||
|
runtimes: new Map(), // unit_id -> UnitRuntime
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue