⬆️ bud 5.7.6 (#3024)

This commit is contained in:
Ben Word
2022-03-30 19:44:13 -05:00
committed by GitHub
parent 7abdb7490c
commit 82ad056fae
3 changed files with 155 additions and 155 deletions

View File

@@ -30,12 +30,12 @@ module.exports = async (app) => {
/**
* Target URL to be proxied by the dev server.
*
* This is your local dev server.
* This should be the URL you use to visit your local development server.
*/
.proxy('http://example.test')
/**
* Development URL
* Development URL to be used in the browser.
*/
.serve('http://example.test:3000');
.serve('http://0.0.0.0:3000');
};