heartwood every commit a ring

Add `make clean` to wipe .next and node_modules

f8e1ea57 by Isaac Bythewood · 2 days ago

modified Makefile
@@ -1,6 +1,6 @@export NEXT_TELEMETRY_DISABLED=1.PHONY: install run build push resume.PHONY: install run build push resume cleanrun:	bun start
@@ -16,3 +16,6 @@ push:resume:	bun run resumeclean:	rm -rf .next node_modules