summaryrefslogtreecommitdiffstats
path: root/.bra.toml
blob: a5afa27675ba8a8797f7abf3dae82bc6593becba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[run]
init_cmds = [["./gogs", "web"]]
watch_all = true
watch_dirs = [
	"$WORKDIR/conf/locale",
	"$WORKDIR/cmd",
	"$WORKDIR/models",
	"$WORKDIR/modules",
	"$WORKDIR/routers"
]
watch_exts = [".go", ".ini"]
build_delay = 1500
cmds = [
	["go", "install"],
	["go", "build"],
	["./gogs", "web"]
]