fix port to 8081

This commit is contained in:
mtgmonkey 2025-06-18 10:59:29 -04:00
parent c35a0b5108
commit fa0e8ca47d

View file

@ -34,7 +34,7 @@ in
echo "#!/usr/bin/env bash" > math-project
echo "cd $(echo $out)/src/" >> math-project
echo "${http-server}/bin/http-server" >> math-project
echo "${http-server}/bin/http-server -p 8081" >> math-project
chmod a+x math-project
cp math-project $out/bin/math-project