diff --git a/Makefile b/Makefile index 54b4039..f138855 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ deploy: install: npx tailwindcss -i ./input.css -o ./style/output.css --minify - wasm-pack build --target=web --no-default-features --features=hydrate + #wasm-pack build --target=web --no-default-features --features=hydrate sudo systemctl stop rust_leptos.service cargo leptos build --release sudo systemctl start rust_leptos.service