Commit b0034b2
authored
Enable automatic gunicorn reloading in development (#247)
This saves having to manually restart gunicorn after making
changes to the app in development when using `heroku local`.
See:
https://docs.gunicorn.org/en/stable/settings.html#reload
GUS-W-17614098.1 parent d580c39 commit b0034b2
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments