Skip to content

Commit

Permalink
⬆️ bud 5.7.6 (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Mar 31, 2022
1 parent 7abdb74 commit 82ad056
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 157 deletions.
6 changes: 3 additions & 3 deletions bud.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
};
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"translate:js": "wp i18n make-json ./resources/lang --pretty-print"
},
"devDependencies": {
"@roots/bud": "5.7.4",
"@roots/bud-tailwindcss": "5.7.4",
"@roots/sage": "5.7.4"
"@roots/bud": "5.7.6",
"@roots/bud-tailwindcss": "5.7.6",
"@roots/sage": "5.7.6"
}
}
Loading

0 comments on commit 82ad056

Please sign in to comment.