mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
05f4832608
Add an (empty) bundle definition for the framework component. This has the practical effect of avoiding 404 errors in the console log, since platform/framework is included in bundles.json (the set of active bundles) in order to ensure detection by the test framework. This also provides a place for possible future extensions provided by the framework itself. WTD-572.
5 lines
217 B
JSON
5 lines
217 B
JSON
{
|
|
"name": "Open MCT Web Framework Component",
|
|
"description": "Framework layer for Open MCT Web; interprets bundle definitions and serves as an intermediary between Require and Angular.",
|
|
"extensions": {}
|
|
} |