We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578a69f commit 4fb2244Copy full SHA for 4fb2244
start-benchscape.sh
@@ -7,10 +7,10 @@ java -jar benchscape-server.jar &
7
SERVER_PID=$!
8
cd ../..
9
10
-# Start BenchScape frontend server
11
-echo "Starting frontend server..."
12
-cd frontend || { echo "Error: frontend directory not found"; exit 1; }
13
-npm start &
+# # Start BenchScape frontend server
+# echo "Starting frontend server..."
+# cd frontend || { echo "Error: frontend directory not found"; exit 1; }
+# npm start &
14
15
# Cleanup function to stop servers on script exit
16
cleanup() {
0 commit comments