go-tunnel/modd.conf

7 lines
150 B
Plaintext

**/*.go
modd.conf {
prep: make test
prep: make build
daemon: ./bin/server -target-url http://127.0.0.1:3000
daemon: ./bin/client -id client1
}