@vercel/microfrontends 1.4.0-canary.5 → 1.4.0-canary.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -248,7 +248,7 @@ ${matchingPaths.join("\n \u2022 ")}`,
248
248
  }
249
249
  if (matchingPaths.length === 0) {
250
250
  throw new MicrofrontendError(
251
- `Could not find a \`microfrontends.json\` file in the repository that contains "applications.${applicationName}". Microfrontends defined in separate repositories are not supported yet.`,
251
+ `Could not find a \`microfrontends.json\` file in the repository that contains "applications.${applicationName}". If your Vercel Microfrontends configuration is not in this repository, you can use the Vercel CLI to pull the Vercel Microfrontends configuration using the "vercel microfrontends pull" command, or you can specify the path manually using the VC_MICROFRONTENDS_CONFIG environment variable. If you suspect this is thrown in error, please reach out to the Vercel team.`,
252
252
  { type: "config", subtype: "inference_failed" }
253
253
  );
254
254
  }