This commit is contained in:
Josh 2026-01-09 00:16:46 +02:00
commit d69342b2e9
160 changed files with 28681 additions and 0 deletions

24
.air.toml Normal file
View file

@ -0,0 +1,24 @@
root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/writekit ."
full_bin = "./tmp/writekit"
include_ext = ["go", "html", "css", "js"]
exclude_dir = ["tmp", "node_modules", "studio/node_modules", ".git"]
exclude_regex = ["_test\\.go"]
delay = 500
poll = true
poll_interval = 1000
[log]
time = false
[color]
main = "magenta"
watcher = "cyan"
build = "yellow"
runner = "green"
[misc]
clean_on_exit = true