-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy path.air.toml
More file actions
30 lines (25 loc) · 541 Bytes
/
Copy path.air.toml
File metadata and controls
30 lines (25 loc) · 541 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
# Air configuration for mermaid-ascii web server live reloads
root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o tmp/mermaid-ascii ./"
bin = "tmp/mermaid-ascii web"
full_bin = ""
include_ext = ["go", "tmpl", "html"]
exclude_dir = ["tmp", "testdata", "vendor"]
exclude_file = []
exclude_regex = []
include_dir = [".", "cmd", "templates"]
delay = 1000
kill_delay = 500
send_interrupt = false
stop_on_error = true
[log]
time = false
[color]
main = "white"
watcher = "cyan"
build = "yellow"
runner = "green"
[misc]
clean_on_exit = false