Commit Graph

4 Commits

Author SHA1 Message Date
90237d8abd Add more test directory to exclude dir of air, remove watching templates from air include dir because gitea has internal mechanism ()
Since  introduced internal watching template, template watching
should be removed from `air`. This will prevent restart the whole server
once the template files changed to speed up developing when using `make
watch`.

To ensure `make watch` will reuse template watching, this PR introduced
a new ENV `GITEA_RUN_MODE` to make sure `make watch` will always run in
a dev mode of Gitea so that template watching will open.

This PR also added more exclude testdata directories.
2022-12-27 14:00:34 +08:00
293544587c Fix make watch for generated files ()
- Don't rebuild the binary when generated files are updated, which is the
case by-default when running `make watch`.
2022-08-14 22:22:09 +01:00
58ff86ed4d Exclude from watching tests () 2021-11-22 05:17:21 -05:00
de61816623 Rename .air.conf to .air.toml ()
As of https://github.com/cosmtrek/air/pull/90, the preferred file
extension is .toml. The file format was always toml itself.
2021-10-20 00:27:29 +08:00