init
This commit is contained in:
commit
d69342b2e9
160 changed files with 28681 additions and 0 deletions
24
.air.toml
Normal file
24
.air.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
root = "."
|
||||
tmp_dir = "tmp"
|
||||
|
||||
[build]
|
||||
cmd = "go build -o ./tmp/writekit ."
|
||||
full_bin = "./tmp/writekit"
|
||||
include_ext = ["go", "html", "css", "js"]
|
||||
exclude_dir = ["tmp", "node_modules", "studio/node_modules", ".git"]
|
||||
exclude_regex = ["_test\\.go"]
|
||||
delay = 500
|
||||
poll = true
|
||||
poll_interval = 1000
|
||||
|
||||
[log]
|
||||
time = false
|
||||
|
||||
[color]
|
||||
main = "magenta"
|
||||
watcher = "cyan"
|
||||
build = "yellow"
|
||||
runner = "green"
|
||||
|
||||
[misc]
|
||||
clean_on_exit = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue