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

@@ -5,5 +5,5 @@ import type { ServerInfo } from "./ServerInfo"
export type Public = {
serverInfo: ServerInfo
packageData: AllPackageData
ui: any
ui: unknown
}