changed tree

This commit is contained in:
Acid
2026-06-06 04:05:48 -04:00
parent 9b59c36974
commit f45a94622e
5 changed files with 16 additions and 3 deletions
+14
View File
@@ -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