Skip to main content

AdminUiAppConfig

Configures the path to a custom-build of the Admin UI app.

Signature

path

propertystring

The path to the compiled admin UI app files. If not specified, an internal default build is used. This path should contain the vendure-ui-config.json file, index.html, the compiled js bundles etc.

route

propertystring
Default:'admin'

Specifies the url route to the Admin UI app.

compile

property() => Promise<void>

The function which will be invoked to start the app compilation process.

Was this chapter helpful?
Report Issue
Edited Feb 10, 2026ยทEdit this page