This commit is contained in:
Rizky 2024-04-25 15:35:25 +07:00
parent 98333a82a8
commit b3b3bc9288
1 changed files with 1 additions and 1 deletions

View File

@ -164,4 +164,4 @@ export const createServer = async () => {
}
};
await g.deploy.server?.init?.({ port: g.server.port });
await g.deploy?.server?.init?.({ port: g.server.port });