-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.air.toml
More file actions
33 lines (29 loc) · 812 Bytes
/
Copy path.air.toml
File metadata and controls
33 lines (29 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
root = "."
testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
pre_cmd = [
"go run ./cmd/themegen",
"go tool templ generate",
"tailwindcss -i ./static/css/tailwind.css -o ./static/css/app.css",
]
cmd = "go build -tags theme_$(go run ./cmd/read_theme) -o ./tmp/racp.exe ./cmd"
bin = "./tmp/racp.exe"
include_ext = ["go", "templ", "yml", "md", "templ"]
exclude_dir = ["tmp", "docs", "docker", ".git", ".claude", "node_modules", "static/vendor", "testdata", "data"]
exclude_regex = ["_test\\.go$", "_templ\\.go$", "_gen\\.go$"]
delay = 500
kill_delay = "500ms"
send_interrupt = true
log = "build-errors.log"
poll = true
poll_interval = 3000
[log]
time = true
[color]
build = "yellow"
main = "cyan"
runner = "green"
watcher = "magenta"
[misc]
clean_on_exit = true