Add generated express files to repo 01/10801/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 30 Mar 2023 09:50:45 +0000 (11:50 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 30 Mar 2023 09:50:50 +0000 (11:50 +0200)
- update package.json scripts according to
  http-server/start file.

Issue-ID: OAM-321
Change-Id: I1b8fa8cc1a4b26db3029d9949e67b5794d78d466
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/container-analysis/viewer/package.json

index 1615fa1..e05810a 100644 (file)
@@ -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",