@@ -0,0 +1,7 @@
.PHONY: run
run: web/dist
cargo run
web/dist: $(shell find web/src -type f) web/bun.lock
@cd web && bun run build
# @touch web/build
The note is not visible to the blocked user.