mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
make config class and separate migrations script
This commit is contained in:
@@ -4,7 +4,7 @@ import { parse } from "url";
|
||||
import logger from "@server/logger";
|
||||
import config from "@server/config";
|
||||
|
||||
const nextPort = config.server.next_port;
|
||||
const nextPort = config.getRawConfig().server.next_port;
|
||||
|
||||
export async function createNextServer() {
|
||||
// const app = next({ dev });
|
||||
|
||||
Reference in New Issue
Block a user