mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
Update ApplicationStart.sh
This commit is contained in:
parent
61636917f4
commit
8ec6b7b075
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue