3 Star 2 Fork 2

kosmos-zhang/Grafana.Grafana-Chinese

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.bra.toml 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
Arve Knudsen 提交于 2020-04-08 14:13 . Chore: Upgrade to Go 1.14 (#23371)
[run]
init_cmds = [
["go", "run", "build.go", "-dev", "build-cli"],
["go", "run", "build.go", "-dev", "build-server"],
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
]
watch_all = true
follow_symlinks = true
watch_dirs = [
"$WORKDIR/pkg",
"$WORKDIR/public/views",
"$WORKDIR/conf",
]
watch_exts = [".go", ".ini", ".toml", ".template.html"]
build_delay = 1500
cmds = [
["go", "run", "build.go", "-dev", "build-server"],
["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kosmoszhang/grafana.grafana-chinese.git
git@gitee.com:kosmoszhang/grafana.grafana-chinese.git
kosmoszhang
grafana.grafana-chinese
Grafana.Grafana-Chinese
v8.0.3

搜索帮助