htmgo/justfile

12 lines
243 B
Makefile
Raw Normal View History

2024-09-11 00:52:18 +00:00
# Command to run and watch the Go application using Air
run-app:
air
run-gen:
go run ./tooling/astgen
watch-gen:
go run ./tooling/watch.go --command 'go run ./tooling/astgen'
watch-js:
cd js && npm run build && npm run watch