feat: added windows install script to ui
Server Deploy / deploy (push) Successful in 1m20s

This commit is contained in:
2026-07-17 14:40:00 +01:00
parent fdbd591c73
commit 2b4611f7ac
3 changed files with 38 additions and 8 deletions
+1
View File
@@ -113,6 +113,7 @@ export interface NewServerResponse {
server_id: string;
pre_reg_token: string;
install_command: string;
install_command_ps: string;
}
export interface GenerateKeyOptions {