update docs and clean up
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
@@ -100,6 +100,7 @@ Options:
|
||||
--no-docker
|
||||
--mkdocs-port <PORT>
|
||||
--preview-app-bundle-path <PATH_TO_BUNDLE>
|
||||
--preview-app-port <PORT>
|
||||
-v --verbose
|
||||
-h, --help
|
||||
```
|
||||
|
||||
@@ -117,7 +117,6 @@ export default async function serve(opts: OptionValues) {
|
||||
|
||||
const port = isDevMode ? backstageBackendPort : opts.previewAppPort;
|
||||
const previewAppPath = getPreviewAppPath(opts);
|
||||
console.log({ previewAppPath });
|
||||
const httpServer = new HTTPServer(
|
||||
previewAppPath,
|
||||
port,
|
||||
|
||||
Reference in New Issue
Block a user