From 8ec6b7b075af24210684023b414b3616c913723d Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Fri, 17 May 2024 13:12:47 +0100 Subject: [PATCH] Update ApplicationStart.sh --- scripts/ApplicationStart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ApplicationStart.sh b/scripts/ApplicationStart.sh index 86170d0..2b3781c 100644 --- a/scripts/ApplicationStart.sh +++ b/scripts/ApplicationStart.sh @@ -9,6 +9,7 @@ start_backend() { start_client() { cd /home/ubuntu/song-recognition/client + nvm install 16 nvm use 16 npm run build nohup serve -s build > client.log 2>&1 &