Skip to content

Commit d40204e

Browse files
authored
cherry-pick(#7203): docs: add warning about deploying devServer to prod environment (#7237)
* docs: add warning about using dev server in production environment * docs: fix formatting
1 parent ff8288d commit d40204e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

API.md

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ well as assets such as html, css, and images necessary for the UI.
9494

9595
## Starting an Open MCT application
9696

97+
> [!WARNING]
98+
> 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**.
99+
97100
To start a minimally functional Open MCT application, it is necessary to
98101
include the Open MCT distributable, enable some basic plugins, and bootstrap
99102
the application. The tutorials walk through the process of getting Open MCT up

0 commit comments

Comments
 (0)