Skip to content

Commit

Permalink
logfile removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRoehm committed Mar 30, 2024
1 parent f7078fb commit 20e15ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ trap clean_up SIGINT EXIT

cd backend
yarn
node ./node_modules/.bin/ts-node src/index.ts > ../cypress/logs/back-end.log &
node ./node_modules/.bin/ts-node src/index.ts > /dev/null &
bePID=$!
CHECKBE=""
i=0
Expand Down

0 comments on commit 20e15ba

Please sign in to comment.