Py4web: 1.20250607.2 on Python 3.13.5 | packaged by conda-forge | (main, Jun 16 2025, 08:27:50) [GCC 13.3.0]
When starting py4web with the -s gunicorn option, I get the following error:
"Error: No configuration setting for: reloader"
Where do I need to enter this reloader configuration?
I tried adding --watch=off and --watch=lazy but these options don't help.