have master create tunnels for all workers

This commit is contained in:
evanpelle
2025-06-04 13:43:16 -07:00
parent bd820425ba
commit b249b364a0
8 changed files with 317 additions and 114 deletions
+12
View File
@@ -4,6 +4,18 @@ import { GameMapType } from "../../src/core/game/Game";
import { GameID } from "../../src/core/Schemas";
export class TestServerConfig implements ServerConfig {
domain(): string {
throw new Error("Method not implemented.");
}
subdomain(): string {
throw new Error("Method not implemented.");
}
cloudflareAccountId(): string {
throw new Error("Method not implemented.");
}
cloudflareApiToken(): string {
throw new Error("Method not implemented.");
}
jwtAudience(): string {
throw new Error("Method not implemented.");
}