Version 1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
root = "."
|
||||
tmp_dir = "tmp/dev"
|
||||
|
||||
[build]
|
||||
cmd = "go build -o ./tmp/dev/bin/api ./cmd/api"
|
||||
bin = "./tmp/dev/bin/api"
|
||||
include_ext = ["go"]
|
||||
exclude_dir = ["tmp", "vendor"]
|
||||
delay = 250
|
||||
|
||||
[log]
|
||||
time = true
|
||||
Reference in New Issue
Block a user