We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f2807 commit 7129b9bCopy full SHA for 7129b9b
bud.config.js
@@ -40,7 +40,7 @@ export default async (app) => {
40
* Development origin
41
* @see {@link https://bud.js.org/docs/bud.serve/}
42
*/
43
- .serve('http://0.0.0.0:3000')
+ .serve('http://localhost:3000')
44
45
/**
46
* URI of the `public` directory
package.json
@@ -19,8 +19,8 @@
19
"translate:mo": "wp i18n make-mo ./resources/lang ./resources/lang"
20
},
21
"devDependencies": {
22
- "@roots/bud": "6.7.3",
23
- "@roots/bud-tailwindcss": "6.7.3",
24
- "@roots/sage": "6.7.3"
+ "@roots/bud": "6.8.0",
+ "@roots/bud-tailwindcss": "6.8.0",
+ "@roots/sage": "6.8.0"
25
}
26
0 commit comments