mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-17 05:34:37 +00:00
format codebase with prettier
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { DefaultConfig, DefaultServerConfig } from "./DefaultConfig";
|
||||
|
||||
export const preprodConfig = new class extends DefaultServerConfig {
|
||||
|
||||
}
|
||||
export const preprodConfig = new (class extends DefaultServerConfig {})();
|
||||
|
||||
Reference in New Issue
Block a user