changed tree
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
root = "."
|
||||
tmp_dir = "tmp"
|
||||
|
||||
[build]
|
||||
cmd = "go build -o ./tmp/main ./src"
|
||||
bin = "./tmp/main"
|
||||
include_ext = ["go", "html", "sql", "css", "js"]
|
||||
include_dir = ["src", "templates", "static"]
|
||||
exclude_dir = ["tmp", "scrap", ".git", ".vscode"]
|
||||
delay = 1000
|
||||
stop_on_error = true
|
||||
|
||||
[misc]
|
||||
clean_on_exit = true
|
||||
Reference in New Issue
Block a user