mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 14:28:18 +00:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
import { DefaultConfig, DefaultServerConfig } from "./DefaultConfig";
|
|
|
|
export const preprodConfig = new class extends DefaultServerConfig {
|
|
|
|
} |