Files
OpenFrontIO/src/core/configuration/PreprodConfig.ts
T
2024-12-17 14:29:31 -08:00

8 lines
206 B
TypeScript

import { DefaultConfig } from "./DefaultConfig";
export const preprodConfig = new class extends DefaultConfig {
discordBotSecret(): string {
throw new Error("Method not implemented.");
}
}