Update ApplicationStart.sh

This commit is contained in:
Chigozirim Igweamaka 2024-05-17 13:12:47 +01:00 committed by GitHub
parent 61636917f4
commit 8ec6b7b075

View file

@ -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 &