async readModel()

in packages/cli/src/standalone-impl.ts [29:31]


  async readModel(): Promise<string> {
    return this.modelDir;
  }