forked from silverbulletmd/silverbullet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.air.toml
More file actions
34 lines (31 loc) · 713 Bytes
/
Copy path.air.toml
File metadata and controls
34 lines (31 loc) · 713 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
34
root = "."
tmp_dir = "tmp"
[build]
args_bin = []
bin = "silverbullet"
cmd = "make"
# delay = 10000
exclude_dir = ["node_modules", "website", "scripts", "client_bundle", "dist"]
exclude_file = ["public_version.ts"]
exclude_regex = ["_test.go", ".test.ts"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "html", "ts", "tsx", "scss", "md", "yaml"]
kill_delay = "0s"
log = "build-errors.log"
poll = false
poll_interval = 0
post_cmd = []
pre_cmd = []
stop_on_error = true
[color]
app = ""
build = "yellow"
main = "magenta"
runner = "green"
watcher = "cyan"
[screen]
clear_on_rebuild = true
keep_scroll = true