Commit f1eacfef authored by johnnyjoy's avatar johnnyjoy

chore(dev): update build directory

parent edc3f1d9
# Air (hot reload) generated
.air
# temp folder # temp folder
tmp tmp
......
root = "." root = "."
tmp_dir = ".air" tmp_dir = "build"
[build] [build]
bin = "./.air/memos.exe --mode dev" bin = "./build/memos.exe --mode dev"
cmd = "go build -o ./.air/memos.exe ./bin/memos/main.go" cmd = "go build -o ./build/memos.exe ./bin/memos/main.go"
delay = 1000 delay = 1000
exclude_dir = [".air", "web", "build"] exclude_dir = ["web", "build"]
include_ext = ["go", "mod", "sum"] include_ext = ["go", "mod", "sum"]
exclude_file = [] exclude_file = []
exclude_regex = [] exclude_regex = []
......
root = "." root = "."
tmp_dir = ".air" tmp_dir = "build"
[build] [build]
bin = "./.air/memos --mode dev" bin = "./build/memos --mode dev"
cmd = "go build -o ./.air/memos ./bin/memos/main.go" cmd = "go build -o ./build/memos ./bin/memos/main.go"
delay = 1000 delay = 1000
exclude_dir = [".air", "web", "build"] exclude_dir = ["web", "build"]
include_ext = ["go", "mod", "sum"] include_ext = ["go", "mod", "sum"]
exclude_file = [] exclude_file = []
exclude_regex = [] 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