2 Star 5 Fork 0

weibaohui/kom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.air.toml 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
weibaohui 提交于 2024-11-08 17:47 . build: 添加 .air.toml配置文件
# .air.toml
# 构建配置
[build]
cmd = "go build -o bin/kom" # 使用 Makefile 的 build 目标
bin = "bin/kom -d -v 8" # 可执行文件路径
include_ext = ["go", "html", "css", "js", "json"] # 根据需要添加文件扩展名
exclude_dir = ["bin", "vendor"]
exclude_file = ["*.test"]
# 颜色配置
[color]
main = "yellow"
# 监听配置
[watch]
include = ["*.go", "assets/**/*"] # 监听 .go 文件和 assets 目录下的所有文件
exclude = ["bin/*", "vendor/*"]
# 事件钩子(可选)
[event]
post_build = "echo \"Build 完成!\""
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/weibaohui/kom.git
git@gitee.com:weibaohui/kom.git
weibaohui
kom
kom
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385