mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-08 09:33:59 +00:00
feat: add dev script for windows (#222)
This commit is contained in:
parent
2f18894e1a
commit
558be11808
15
scripts/.air-windows.toml
Normal file
15
scripts/.air-windows.toml
Normal file
@ -0,0 +1,15 @@
|
||||
root = "."
|
||||
tmp_dir = ".air"
|
||||
|
||||
[build]
|
||||
bin = "./.air/slash.exe --mode dev"
|
||||
cmd = "go build -o ./.air/slash.exe ./bin/slash/main.go"
|
||||
delay = 1000
|
||||
exclude_dir = [".air", "frontend", "build"]
|
||||
exclude_file = []
|
||||
exclude_regex = []
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
send_interrupt = true
|
||||
kill_delay = 2000
|
@ -2,14 +2,14 @@ root = "."
|
||||
tmp_dir = ".air"
|
||||
|
||||
[build]
|
||||
bin = "./.air/slash --mode dev"
|
||||
cmd = "go build -o ./.air/slash ./bin/slash/main.go"
|
||||
delay = 1000
|
||||
exclude_dir = [".air", "frontend", "build"]
|
||||
exclude_file = []
|
||||
exclude_regex = []
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
send_interrupt = true
|
||||
kill_delay = 2000
|
||||
bin = "./.air/slash --mode dev"
|
||||
cmd = "go build -o ./.air/slash ./bin/slash/main.go"
|
||||
delay = 1000
|
||||
exclude_dir = [".air", "frontend", "build"]
|
||||
exclude_file = []
|
||||
exclude_regex = []
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
send_interrupt = true
|
||||
kill_delay = 2000
|
||||
|
Loading…
x
Reference in New Issue
Block a user