diff --git a/src/launcher_types.ts b/src/launcher_types.ts index 716e09a..2093314 100644 --- a/src/launcher_types.ts +++ b/src/launcher_types.ts @@ -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[];