mirror of
https://github.com/got-feedBack/feedBack-desktop.git
synced 2026-08-10 18:59:55 +00:00
core#834 extracted routes into a new top-level routers/ package; the bundle script only copied lib/, so the packaged backend would die with ModuleNotFoundError: No module named 'routers'. Copy every top-level package (dir with __init__.py) except plugins/ (bundled selectively below) and tests/ (never ships), so the ongoing R3 extraction series can't keep breaking packaged builds. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>