forked from jmug/stoatchat
refactor(pushd): add non-panic error handling to all queue consumers
This commit is contained in:
@@ -27,6 +27,9 @@ async fn main() {
|
||||
let config = config().await;
|
||||
pretty_env_logger::init();
|
||||
|
||||
// Configure logging and environment
|
||||
revolt_config::configure!(pushd);
|
||||
|
||||
// Setup database
|
||||
let db = revolt_database::DatabaseInfo::Auto.connect().await.unwrap();
|
||||
let authifier: authifier::Database;
|
||||
|
||||
Reference in New Issue
Block a user