tangled
alpha
login
or
join now
cherry.computer
/
website
My personal site
cherry.computer
htmx
tailwind
axum
askama
0
fork
atom
overview
issues
pulls
pipelines
style: format justfile
cherry.computer
3 months ago
36621933
b05ab140
verified
This commit was signed with the committer's
known signature
.
cherry.computer
SSH Key Fingerprint:
SHA256:SIA77Ll0IpMb8Xd3RtaGT+PBIGIePhJJg5W2r6Td7cc=
+4
-4
1 changed file
expand all
collapse all
unified
split
justfile
+4
-4
justfile
···
3
[parallel]
4
serve: serve-js serve-rs
5
6
-
[working-directory: 'frontend']
7
serve-js:
8
-
watchexec --restart --watch esbuild.js npm start
9
10
-
[working-directory: 'server']
11
serve-rs $RUST_LOG=env('RUST_LOG', 'debug,selectors=warn,html5ever=warn'):
12
-
watchexec --restart --ignore "target/**" cargo run
···
3
[parallel]
4
serve: serve-js serve-rs
5
6
+
[working-directory('frontend')]
7
serve-js:
8
+
watchexec --restart --watch esbuild.js npm start
9
10
+
[working-directory('server')]
11
serve-rs $RUST_LOG=env('RUST_LOG', 'debug,selectors=warn,html5ever=warn'):
12
+
watchexec --restart --ignore "target/**" cargo run