7 lines
208 B
TOML
7 lines
208 B
TOML
|
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"]
|