Merge branch 'feat/preferred-port-design' of github.com:Start9Labs/start-os into feat/preferred-port-design

This commit is contained in:
Aiden McClelland
2026-02-24 16:06:21 -07:00
19 changed files with 158 additions and 9232 deletions

View File

@@ -5,6 +5,4 @@ export type AttachParams = {
password: EncryptedWire | null
guid: string
kiosk?: boolean
name: string | null
hostname: string | null
}