dev.beforeStartUrl
- Type:
() => Promise<void> | void - Default:
undefined
dev.beforeStartUrl is used to execute a callback function before opening the startUrl, this config needs to be used together with dev.startUrl.
() => Promise<void> | voidundefineddev.beforeStartUrl is used to execute a callback function before opening the startUrl, this config needs to be used together with dev.startUrl.