Merge branch 'v27'

This commit is contained in:
evanpelle
2025-12-09 15:39:49 -08:00
25 changed files with 466 additions and 110 deletions
+4
View File
@@ -83,6 +83,10 @@ const numPlayersConfig = {
} as const satisfies Record<GameMapType, [number, number, number]>;
export abstract class DefaultServerConfig implements ServerConfig {
turnstileSecretKey(): string {
return process.env.TURNSTILE_SECRET_KEY ?? "";
}
abstract turnstileSiteKey(): string;
allowedFlares(): string[] | undefined {
return;
}