My personal site
cherry.computer
htmx
tailwind
axum
askama
1set dotenv-load := true
2
3[parallel]
4serve: serve-js serve-rs
5
6[working-directory('frontend')]
7serve-js:
8 watchexec --restart --watch esbuild.js npm start
9
10[working-directory('server')]
11serve-rs args="" $RUST_LOG=env('RUST_LOG', 'debug,selectors=warn,html5ever=warn') $MYIVO_GIT_SHA=`jj log -r@ --no-graph -T commit_id`:
12 watchexec --restart --ignore "target/**" cargo run {{ args }}