Commit f1eacfef authored by johnnyjoy's avatar johnnyjoy

chore(dev): update build directory

parent edc3f1d9
# Air (hot reload) generated
.air
# temp folder
tmp
......
root = "."
tmp_dir = ".air"
tmp_dir = "build"
[build]
bin = "./.air/memos.exe --mode dev"
cmd = "go build -o ./.air/memos.exe ./bin/memos/main.go"
bin = "./build/memos.exe --mode dev"
cmd = "go build -o ./build/memos.exe ./bin/memos/main.go"
delay = 1000
exclude_dir = [".air", "web", "build"]
exclude_dir = ["web", "build"]
include_ext = ["go", "mod", "sum"]
exclude_file = []
exclude_regex = []
......
root = "."
tmp_dir = ".air"
tmp_dir = "build"
[build]
bin = "./.air/memos --mode dev"
cmd = "go build -o ./.air/memos ./bin/memos/main.go"
bin = "./build/memos --mode dev"
cmd = "go build -o ./build/memos ./bin/memos/main.go"
delay = 1000
exclude_dir = [".air", "web", "build"]
exclude_dir = ["web", "build"]
include_ext = ["go", "mod", "sum"]
exclude_file = []
exclude_regex = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment