Skip to content

Commit 591209a

Browse files
reset start.sh
1 parent 468fd34 commit 591209a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

start.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export NODE_OPTIONS=--max_old_space_size=16384
3+
export NODE_OPTIONS=--max_old_space_size=8192
44

55
echo ""
66
echo "Restoring frontend npm packages"
@@ -27,8 +27,8 @@ cd ..
2727
echo ""
2828
echo "Starting backend"
2929
echo ""
30-
./.venv/bin/python -m quart run --port=5000 --host=127.0.0.1 --reload
30+
./.venv/bin/python -m quart run --port=50505 --host=127.0.0.1 --reload
3131
if [ $? -ne 0 ]; then
3232
echo "Failed to start backend"
3333
exit $?
34-
fi
34+
fi

0 commit comments

Comments
 (0)