mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 13:49:46 +00:00
8 lines
206 B
TypeScript
8 lines
206 B
TypeScript
import { DefaultConfig } from "./DefaultConfig";
|
|
|
|
export const preprodConfig = new class extends DefaultConfig {
|
|
discordBotSecret(): string {
|
|
throw new Error("Method not implemented.");
|
|
}
|
|
|
|
} |