We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6a6af commit b2201faCopy full SHA for b2201fa
src/server/server.ts
@@ -187,8 +187,3 @@ if (EXPORT_DOCS) {
187
adminApp.listen({ port: adminPort, host: PG_META_HOST })
188
})
189
}
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