get rootPath()

in src/worker/management/WorkerTypes.ts [52:55]


  get rootPath() {
    const { serviceHost } = this._configuration!;
    return serviceHost
  }