async defaultIncludedFeatures()

in app/launch/src/micronaut/MicronautStarterSDK.js [107:114]


  async defaultIncludedFeatures({ type, form}) {
    const featuresUrl = this.baseUrl + `/application-types/${type}/features/default`
    const featuresCommand = new FeatureCommand(form, featuresUrl);
    return this._cache(
        featuresCommand.toUrl(),
        responseHandler('json')
    )
  }