update docs and clean up

Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
Morgan Bentell
2023-01-09 10:03:39 +01:00
parent 38cdc28135
commit 29113e760a
4 changed files with 4 additions and 2 deletions
@@ -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,