From 732e85bb110381d0541a2ed9bd7a50aabef30a8b Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Mon, 6 Nov 2023 21:51:01 -0500 Subject: [PATCH] Upse npm's http-server; it's much faster --- www/wip_new_website/build-dev-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/wip_new_website/build-dev-local.sh b/www/wip_new_website/build-dev-local.sh index faf092eed2..0fdf551425 100755 --- a/www/wip_new_website/build-dev-local.sh +++ b/www/wip_new_website/build-dev-local.sh @@ -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