feature(integrate FE,BE):

This commit is contained in:
Devoalda 2023-10-30 13:34:34 +08:00
parent de36a79a0f
commit 4d24ce685a
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ sleep 2
# Start the custom management command to run the trash collector
python manage.py start_trash_collector &
# Start the React frontend (assuming you have a command to start it in your package.json)
cd /frontend
cd safeshare-frontend
npm start &
cd ..