You've already forked snikket-web-portal
- Avoid fighting import cycles using a factory function - Collapse useless subpackages into simple modules - Move flask plugins / infrastructure in own module - Refactor how blueprints are used to localize information about URL routing to app factory
3 lines
70 B
Bash
3 lines
70 B
Bash
#!/bin/sh
|
|
exec hypercorn -b "0.0.0.0:8000" 'snikket_web:create_app()'
|