go-tunnel/modd.conf

7 lines
150 B
Plaintext
Raw Permalink Normal View History

2020-10-26 19:42:07 +01:00
**/*.go
modd.conf {
2020-10-21 18:00:15 +02:00
prep: make test
prep: make build
2020-10-26 19:42:07 +01:00
daemon: ./bin/server -target-url http://127.0.0.1:3000
2020-10-21 18:00:15 +02:00
daemon: ./bin/client -id client1
}