mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 22:16:46 +00:00
fix config compile error
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { DefaultConfig } from "./DefaultConfig";
|
||||
|
||||
export const prodConfig = new class extends DefaultConfig {
|
||||
discordBotSecret(): string {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user