create discord login button & flow

This commit is contained in:
Evan
2025-02-13 20:21:23 -08:00
parent 42e49a14af
commit f5ad149f32
9 changed files with 175 additions and 24 deletions
+3
View File
@@ -24,6 +24,7 @@ import { UserSettings } from "../game/UserSettings";
export enum GameEnv {
Dev,
Preprod,
Prod,
}
export function getConfig(
@@ -64,6 +65,8 @@ export interface ServerConfig {
turnIntervalMs(): number;
gameCreationRate(): number;
lobbyLifetime(): number;
discordRedirectURI(): string;
env(): GameEnv;
}
export interface Config {