Upse npm's http-server; it's much faster

This commit is contained in:
Richard Feldman 2023-11-06 21:51:01 -05:00
parent 67654988f6
commit 732e85bb11
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -16,4 +16,4 @@ mkdir -p dist/wip
roc run main.roc -- content/ dist/wip/
cp -r static/* dist/wip/
simple-http-server -p 8080 --nocache --cors --index -- dist/
npx http-server dist/ -p 8080 -c-1 --cors