My personal site cherry.computer
htmx tailwind axum askama

build: allow additional arguments to be passed to serve-rs recipe

Helpful when wanting to set `--release`.

cherry.computer 0d13230f 36621933

verified
+2 -2
+2 -2
justfile
··· 8 8 watchexec --restart --watch esbuild.js npm start 9 9 10 10 [working-directory('server')] 11 - serve-rs $RUST_LOG=env('RUST_LOG', 'debug,selectors=warn,html5ever=warn'): 12 - watchexec --restart --ignore "target/**" cargo run 11 + serve-rs args="" $RUST_LOG=env('RUST_LOG', 'debug,selectors=warn,html5ever=warn'): 12 + watchexec --restart --ignore "target/**" cargo run {{ args }}