From: Martin Skorupski Date: Thu, 30 Mar 2023 09:50:45 +0000 (+0200) Subject: Add generated express files to repo X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F10801%2F1;p=oam.git Add generated express files to repo - update package.json scripts according to http-server/start file. Issue-ID: OAM-321 Change-Id: I1b8fa8cc1a4b26db3029d9949e67b5794d78d466 Signed-off-by: Martin Skorupski --- diff --git a/code/container-analysis/viewer/package.json b/code/container-analysis/viewer/package.json index 1615fa1..e05810a 100644 --- a/code/container-analysis/viewer/package.json +++ b/code/container-analysis/viewer/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "scripts": { - "start": "node ./bin/www" + "start": "node ./http-server/start" }, "dependencies": { "cookie-parser": "~1.4.4",