swapped back and front

This commit is contained in:
2022-12-14 00:09:07 +05:00
parent 8a8c1de1e6
commit 7bd1f5dbb7
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash
#Start backend
cd /root/okiba-org-frontend; pnpm start &
#Start frontend
cd /root/okiba-org-backend; pnpm run dev &
cd /root/okiba-org-frontend; pnpm run dev &
#Start backend
cd /root/okiba-org-backend; pnpm start &
# Wait for any process to exit
wait -n