style: format dev docs and hook config
This commit is contained in:
28
.air.toml
28
.air.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user