qnc-server/app/user/cmd/api/.air.toml

7 lines
208 B
TOML
Raw Normal View History

2024-11-03 15:28:10 +08:00
root = "."
[build]
cmd = "go build -o ./tmp/main ./app/user/cmd/api/user.go" # 指定 user-api 的入口文件
bin = "./tmp/main"
include_ext = ["go", "tmpl", "html"]
exclude_dir = ["tmp", "deploy", "data"]