From 4d24ce685aa442ff479e666f9287a39e44d2f807 Mon Sep 17 00:00:00 2001 From: Devoalda Date: Mon, 30 Oct 2023 13:34:34 +0800 Subject: [PATCH] feature(integrate FE,BE): --- safeshare/start.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/safeshare/start.sh b/safeshare/start.sh index 18482da..0598ca3 100755 --- a/safeshare/start.sh +++ b/safeshare/start.sh @@ -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 ..