Update launcher_types.ts

This commit is contained in:
q13x 2024-05-19 13:15:31 -08:00 committed by GitHub
parent 268d435f84
commit 58032d232e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,10 +14,10 @@ export type BridgeOptions = {
};
export type AdapterOptions = {
name: "EaglerProxy";
name: string;
bindHost: string;
bindPort: number;
maxConcurrentClients: 20;
maxConcurrentClients: number;
useNatives?: boolean;
skinServer: {
skinUrlWhitelist?: string[];