summaryrefslogtreecommitdiffstats
path: root/.air.conf
Commit message (Collapse)AuthorAgeFilesLines
* Rename .air.conf to .air.toml (#17360)silverwind2021-10-201-9/+0
| | | | As of https://github.com/cosmtrek/air/pull/90, the preferred file extension is .toml. The file format was always toml itself.
* Add 'watch-backend' (#12330)silverwind2020-07-271-0/+9
* Add 'watch-backend' This leverages `air` to watch the backend files and trigger `make backend` automatically when they change. It seems to work rather well together with `watch-frontend`. Fixes: https://github.com/go-gitea/gitea/issues/12318 * rework docs to a new section for continuous build Co-authored-by: techknowlogick <techknowlogick@gitea.io>