GetMicrofrontendsConfigForProjectOptions

April 1, 2026 ยท View on GitHub

Optional configuration options for the microfrontend.

Example Usage

import { GetMicrofrontendsConfigForProjectOptions } from "@vercel/sdk/models/getmicrofrontendsconfigforprojectop.js";

let value: GetMicrofrontendsConfigForProjectOptions = {};

Fields

FieldTypeRequiredDescription
disableOverridesboolean:heavy_minus_sign:If you want to disable the overrides for the site. For example, if you are managing rewrites between applications externally, you may wish to disable the overrides on the toolbar as they will have no effect. See https://vercel.com/docs/microfrontends/managing-microfrontends/vercel-toolbar#routing-overrides.
localProxyPortnumber:heavy_minus_sign:The port number used by the local proxy server. The default value is 3024. See https://vercel.com/docs/microfrontends/local-development.