UNPKG

@roots/bud-api

Version:

bud.js core module

6 lines (5 loc) 188 B
export const setPublicProxyUrl = function (url) { const normalUrl = !(url instanceof URL) ? new URL(url) : url; this.hooks.on(`dev.publicProxyUrl`, normalUrl); return this; };