From ec2b8f96767fa67716faf903d02f193005446ac9 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:09:10 +0100 Subject: [PATCH] fix build-dev-local.sh --- www/build-dev-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/build-dev-local.sh b/www/build-dev-local.sh index e1a59aec6fd..6bdb9b179d2 100755 --- a/www/build-dev-local.sh +++ b/www/build-dev-local.sh @@ -16,6 +16,6 @@ cd "$DIR" || exit rm -rf dist/ cp -r build dist/ cp -r public/* dist/ -roc run main.roc -- content/ dist/ +roc main.roc --linker=legacy -- content/ dist/ simple-http-server -p 8080 --nocache --cors --index -- dist/