Fix watch

This commit is contained in:
hypercube
2025-07-25 01:21:28 +01:00
parent 0db70a5b0e
commit 195d75363a

View File

@@ -22,9 +22,9 @@
"wasm:build-dev": "just build debug",
"wasm:build-profiling": "just build profiling",
"wasm:build-production": "just build release",
"wasm:watch-dev": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just build --color=always debug\"",
"wasm:watch-profiling": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just build --color=always profiling\"",
"wasm:watch-production": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just build --color=always release\""
"wasm:watch-dev": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just --color=always build debug\"",
"wasm:watch-profiling": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just --color=always build profiling\"",
"wasm:watch-production": "cargo watch --postpone --watch-when-idle --workdir=wasm --shell \"just --color=always build release\""
},
"dependencies": {
"@fontsource/inconsolata": "^5.2.5",