style: format dev docs and hook config

This commit is contained in:
2026-06-21 01:48:48 +02:00
committed by Milas Holsting
parent 8219e83135
commit 7ab263ae2d
3 changed files with 37 additions and 34 deletions

View File

@@ -6,32 +6,12 @@ cmd = "just build-dev"
entrypoint = "./tmp/server"
full_bin = "./tmp/server"
delay = 300
exclude_dir = [
".git",
".mise",
"dist",
"node_modules",
"tmp",
]
exclude_file = [
"mal.db",
"mal.db-shm",
"mal.db-wal",
]
exclude_regex = [
"_test\\.go",
]
exclude_dir = [".git", ".mise", "dist", "node_modules", "tmp"]
exclude_file = ["mal.db", "mal.db-shm", "mal.db-wal"]
exclude_regex = ["_test\\.go"]
exclude_unchanged = true
follow_symlink = false
include_ext = [
"css",
"go",
"gohtml",
"html",
"sql",
"toml",
"ts",
]
include_ext = ["css", "go", "gohtml", "html", "sql", "toml", "ts"]
kill_delay = "500ms"
log = "air-build.log"
send_interrupt = true