remove backgrounding, more unique port number
Some checks failed
Hugo / build (push) Has been cancelled

This commit is contained in:
Brooke 2024-03-09 17:02:57 -05:00
parent 5aca7ad192
commit 6e0810c0f3

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
PORT=8080 PORT=21300
python3 -m http.server $PORT --directory public/ & python3 -m http.server $PORT --directory public/
SERVER_PID=$! SERVER_PID=$!