diff --git a/Makefile b/Makefile index 0fcf388..4b8bb22 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ dev: @tailwindcss -i input.css -o public/style.css --watch & \ TAILWIND_PID=$$!; \ trap 'kill $$TAILWIND_PID 2>/dev/null; exit' INT TERM EXIT; \ - dx serve --addr 0.0.0.0 --wasm-split + dx serve --addr 0.0.0.0 css: @tailwindcss -i input.css -o public/style.css