mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: move driver handlers to own file
This commit is contained in:
@@ -7,15 +7,15 @@ tmp_dir = "out"
|
||||
bin = "./out/main"
|
||||
cmd = "go build -o ./out/main ."
|
||||
delay = 1000
|
||||
exclude_dir = ["assets", "out", "vendor", "testdata"]
|
||||
exclude_dir = ["assets", "out", "vendor", "testdata", "frontend"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
include_dir = []
|
||||
include_ext = ["go", "tpl", "tmpl", "html"]
|
||||
include_file = []
|
||||
include_ext = ["go"]
|
||||
include_file = ["main.go"]
|
||||
kill_delay = "0s"
|
||||
log = "build-errors.log"
|
||||
poll = false
|
||||
|
||||
Reference in New Issue
Block a user