When I try to start the viewer from the CLI command I get the below error but same doesn't happen for start_viewer function call
uv run edda-viewer --db test.db --port 2000 -m main:app
Traceback (most recent call last):
File ".venv/bin/edda-viewer", line 4, in <module>
from viewer_app import main
ModuleNotFoundError: No module named 'viewer_app'