How is it possible to start hypercorn in a directory without the application? I tried adding "application_path" to my config.py file, but it is ignored. The command can't find the app.
How is it possible to start hypercorn in a directory without the application?
I tried adding "application_path" to my config.py file, but it is ignored. The command can't find the app.