v0.3.6-alpha.0 (#2680)

* v0.3.6-alpha.0

* show welcome on fresh install
This commit is contained in:
Aiden McClelland
2024-07-23 12:18:17 -06:00
committed by GitHub
parent a535fc17c3
commit 019142efc9
10 changed files with 53 additions and 35 deletions

View File

@@ -31,7 +31,7 @@ use crate::{ARCH, PLATFORM};
pub struct Public {
pub server_info: ServerInfo,
pub package_data: AllPackageData,
#[ts(type = "any")]
#[ts(type = "unknown")]
pub ui: Value,
}
impl Public {