From 31e23086ced9377e42eef511406510f7d824720f Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Wed, 4 Jun 2025 16:03:15 +0200 Subject: [PATCH] test deploy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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