Skip to content

Commit 4fb2244

Browse files
committed
Commenting out the start scripts for the old benchscape frontend server
1 parent 578a69f commit 4fb2244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

start-benchscape.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ java -jar benchscape-server.jar &
77
SERVER_PID=$!
88
cd ../..
99

10-
# Start BenchScape frontend server
11-
echo "Starting frontend server..."
12-
cd frontend || { echo "Error: frontend directory not found"; exit 1; }
13-
npm start &
10+
# # Start BenchScape frontend server
11+
# echo "Starting frontend server..."
12+
# cd frontend || { echo "Error: frontend directory not found"; exit 1; }
13+
# npm start &
1414

1515
# Cleanup function to stop servers on script exit
1616
cleanup() {

0 commit comments

Comments
 (0)