first pass of merging in warp (doesn't build)
This commit is contained in:
+1
-10
@@ -11,16 +11,7 @@ use galaxy_core::{
|
||||
fn main() -> Result<()> {
|
||||
ChannelState::set(ChannelState::new(
|
||||
Channel::Stable,
|
||||
ChannelConfig {
|
||||
app_id: AppId::new("com", "samsung", "Galaxy"),
|
||||
logfile_name: "galaxy.log".into(),
|
||||
server_config: WarpServerConfig::production(),
|
||||
oz_config: OzConfig::production(),
|
||||
telemetry_config: None,
|
||||
crash_reporting_config: None,
|
||||
autoupdate_config: None,
|
||||
mcp_static_config: None,
|
||||
},
|
||||
warp_channel_config::load_config!("stable"),
|
||||
));
|
||||
|
||||
galaxy::run()
|
||||
|
||||
Reference in New Issue
Block a user