Skip to content

Commit b2201fa

Browse files
committed
fix: regression
1 parent 9b6a6af commit b2201fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/server/server.ts

-5
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,3 @@ if (EXPORT_DOCS) {
187187
adminApp.listen({ port: adminPort, host: PG_META_HOST })
188188
})
189189
}
190-
191-
app.listen({ port: PG_META_PORT, host: PG_META_HOST }, () => {
192-
const adminPort = PG_META_PORT + 1
193-
adminApp.listen({ port: adminPort, host: PG_META_HOST })
194-
})

0 commit comments

Comments
 (0)