Clean up run script
This commit is contained in:
parent
e6325cf482
commit
a39796fc55
1 changed files with 3 additions and 1 deletions
4
run
4
run
|
@ -5,7 +5,9 @@ cd front
|
|||
npm run build
|
||||
cd ../back
|
||||
npm run build
|
||||
echo 'Build complete'
|
||||
|
||||
# Run
|
||||
cd ../front
|
||||
npm run start -- -p 5000 | env PORT=6000 NEXT_PUBLIC_BACK_HOST='https://server.exozy.me' node ../back/dist/index.js
|
||||
env NEXT_PUBLIC_BACK_HOST='https://server.exozy.me' npm run start -- -p 5000 | \
|
||||
env PORT=6000 node ../back/dist/index.js
|
||||
|
|
Loading…
Reference in a new issue