From 0872b2ceb74eae06a4a65e25b937669dc5b3fd81 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 16 Jun 2023 15:51:00 -0700 Subject: [PATCH] Don't forget to npm install! --- web/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/start.sh b/web/start.sh index a6956b3..5df5610 100755 --- a/web/start.sh +++ b/web/start.sh @@ -16,4 +16,5 @@ export DEBUG='express:*' npx nodemon web.js & cd docroot +npm i npm run dev