mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
docs: add warning about deploying devServer to prod environment (#7203)
* docs: add warning about using dev server in production environment * docs: fix formatting
This commit is contained in:
parent
d44e06d598
commit
a64faae394
3
API.md
3
API.md
@ -94,6 +94,9 @@ well as assets such as html, css, and images necessary for the UI.
|
||||
|
||||
## Starting an Open MCT application
|
||||
|
||||
> [!WARNING]
|
||||
> Open MCT provides a development server via `webpack-dev-server` (`npm start`). **This should be used for development purposes only and should never be deployed to a production environment**.
|
||||
|
||||
To start a minimally functional Open MCT application, it is necessary to
|
||||
include the Open MCT distributable, enable some basic plugins, and bootstrap
|
||||
the application. The tutorials walk through the process of getting Open MCT up
|
||||
|
Loading…
Reference in New Issue
Block a user