rebound/modd.conf

6 lines
92 B
Plaintext

**/*.go
Makefile {
prep: make build
daemon: make run
daemon: npx http-server .
}