Skip to content

Commit

Permalink
fix build-dev-local.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Jan 14, 2025
1 parent 9935b43 commit ec2b8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/build-dev-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit ec2b8f9

Please sign in to comment.