My personal site cherry.computer
htmx tailwind axum askama

style: format justfile

cherry.computer 36621933 b05ab140

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