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:
Jesse Mazzella 2023-11-06 16:12:10 -08:00 committed by GitHub
parent d44e06d598
commit a64faae394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
API.md
View File

@ -94,6 +94,9 @@ well as assets such as html, css, and images necessary for the UI.
## Starting an Open MCT application ## 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 To start a minimally functional Open MCT application, it is necessary to
include the Open MCT distributable, enable some basic plugins, and bootstrap include the Open MCT distributable, enable some basic plugins, and bootstrap
the application. The tutorials walk through the process of getting Open MCT up the application. The tutorials walk through the process of getting Open MCT up