only start relp on dev

This commit is contained in:
SrGooglo 2025-04-01 21:56:43 +00:00
parent 8965249e3f
commit 493c09cab9

View File

@ -320,10 +320,10 @@ export default class Gateway {
await this.createServicesRegistry()
await this.createServiceInstances()
// WARNING: Starting relp makes uwebsockets unable to work properly, surging some bugs from nodejs (domain.enter)
// use another alternative to parse commands, like stdin reading or something...
if (!isProduction) {
this.startRELP()
}
}
startRELP() {
// Initialize REPL interface