You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bra.toml 290B

1234567891011121314151617
  1. [run]
  2. init_cmds = [["./gogs", "web"]]
  3. watch_all = true
  4. watch_dirs = [
  5. "$WORKDIR/conf/locale",
  6. "$WORKDIR/cmd",
  7. "$WORKDIR/models",
  8. "$WORKDIR/modules",
  9. "$WORKDIR/routers"
  10. ]
  11. watch_exts = [".go", ".ini"]
  12. build_delay = 1500
  13. cmds = [
  14. ["go", "install"],
  15. ["go", "build"],
  16. ["./gogs", "web"]
  17. ]