This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
root = "."
|
||||
tmp_dir = "_scratch/air"
|
||||
tmp_dir = "tmp"
|
||||
|
||||
[build]
|
||||
cmd = "go build -o ./_scratch/air/antholume ."
|
||||
full_bin = "./_scratch/air/antholume serve"
|
||||
cmd = "go build -o ./tmp/antholume ."
|
||||
full_bin = "./tmp/antholume serve"
|
||||
delay = 1000
|
||||
include_ext = ["go", "tpl", "tmpl", "html", "css", "js", "yaml", "yml"]
|
||||
exclude_dir = ["_scratch", "build", "data", "frontend", "node_modules"]
|
||||
|
||||
Reference in New Issue
Block a user