feat: connect to github step
This commit is contained in:
@@ -8,6 +8,7 @@ mod asset;
|
||||
mod colors;
|
||||
mod component;
|
||||
mod dashboard;
|
||||
mod http;
|
||||
mod query;
|
||||
mod screen;
|
||||
mod storage;
|
||||
@@ -25,6 +26,9 @@ fn main() {
|
||||
|
||||
gpui::Application::new()
|
||||
.with_assets(asset::Asset)
|
||||
.with_http_client(std::sync::Arc::new(http::Client::new(
|
||||
reqwest::Client::new(),
|
||||
)))
|
||||
.run(setup_application);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user