mirror of
https://github.com/nasa/openmct.git
synced 2025-01-01 19:06:40 +00:00
[Build] Don't enable local storage by default
...except for the dev instance of Open MCT run from index.html. Fixes #1270
This commit is contained in:
parent
547696d797
commit
a728f2368c
@ -33,7 +33,8 @@
|
|||||||
'example/imagery',
|
'example/imagery',
|
||||||
'example/eventGenerator',
|
'example/eventGenerator',
|
||||||
'example/generator',
|
'example/generator',
|
||||||
'platform/features/my-items'
|
'platform/features/my-items',
|
||||||
|
'platform/persistence/local'
|
||||||
].forEach(
|
].forEach(
|
||||||
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
|
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
|
||||||
);
|
);
|
||||||
|
@ -125,7 +125,6 @@ define([
|
|||||||
'platform/forms',
|
'platform/forms',
|
||||||
'platform/identity',
|
'platform/identity',
|
||||||
'platform/persistence/aggregator',
|
'platform/persistence/aggregator',
|
||||||
'platform/persistence/local',
|
|
||||||
'platform/persistence/queue',
|
'platform/persistence/queue',
|
||||||
'platform/policy',
|
'platform/policy',
|
||||||
'platform/entanglement',
|
'platform/entanglement',
|
||||||
|
Loading…
Reference in New Issue
Block a user