Currently, the `basic_bot.services.web_server` is [hard coded to look for a webapp/dist](https://github.com/littlebee/basic_bot/blob/main/src/basic_bot/services/web_server.py#L29). There should be a way to configure it to serve the web assets from a different directory. Add new BB_WEB_PUBLIC var to constants.py and use it.
Currently, the
basic_bot.services.web_serveris hard coded to look for a webapp/dist.There should be a way to configure it to serve the web assets from a different directory.
Add new BB_WEB_PUBLIC var to constants.py and use it.