Feature: Switch webserver to granian (#9218)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Trenton H 2025-02-28 11:37:45 -08:00 committed by GitHub
parent 628d85080f
commit 654c9ca273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 106 additions and 341 deletions

View file

@ -47,8 +47,6 @@ updates:
# Add reviewers
reviewers:
- "paperless-ngx/backend"
ignore:
- dependency-name: "uvicorn"
groups:
development:
patterns:

View file

@ -534,7 +534,7 @@ jobs:
LICENSE \
README.md \
paperless.conf.example \
gunicorn.conf.py
webserver.py
do
cp --verbose ${file_name} dist/paperless-ngx/
done