Information about the Admin UI app dev server.
stringThe path to the uncompiled UI app source files. This path should contain the vendure-ui-config.json file.
numberThe port on which the dev server is listening. Overrides the value set by AdminUiOptions.port.
string'admin'Specifies the url route to the Admin UI app.
() => Promise<void>The function which will be invoked to start the app compilation process.