diff options
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/local_development.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md index 7d1265e5..1b4f44b6 100644 --- a/docs/dev/local_development.md +++ b/docs/dev/local_development.md @@ -154,6 +154,8 @@ task web --watch When you are actively working on HTML templates and static files during development, you may want to enable the following configuration to avoid recompiling and restarting Gogs every time you make a change to files under `template/` and `public/` directories: ```ini +RUN_MODE = dev + [server] LOAD_ASSETS_FROM_DISK = true ``` |