-
Notifications
You must be signed in to change notification settings - Fork 976
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Since the recent refactors of the codebase it seems like we broke the CLI build
I'm openning this PR in case anyone wants to take a look:
It seems like the config.py file is not imported correctly.
The general idea is:
Everything in the src/ folder is about the web server (fastAPI)
everything in the src/gitingest is the CLI
Since the current config.py file is in src, I think the main way to fix this is to split the configs that are meaningfull for CLI + Web into /gitingest
And leave the configs relevant to web only in src/
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
