summaryrefslogtreecommitdiff
path: root/nexus/.air.toml
blob: 50d6b88446958de933e288e570263f75b1a775fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#:schema https://raw.githubusercontent.com/air-verse/air/master/air_example.toml
root = "."
tmp_dir = "bin"

[build]
bin = "./bin/nexus"
cmd = "make build"
include_ext = ["go", "django", "css", "js"]
exclude_dir = ["tmp", "bin", "toolchain", "node_modules", ".git"]
delay = 500

[misc]
clean_on_exit = true