add base framework styles

This commit is contained in:
Steve Ross
2024-11-05 17:19:47 +00:00
parent 2204d6691c
commit 6cd48fdd31
33 changed files with 1011 additions and 8 deletions

View File

@@ -33,8 +33,8 @@ export default async (app) => {
* @see {@link https://bud.js.org/reference/bud.watch}
*/
app
.setUrl('http://localhost:3000')
.setProxyUrl('http://example.test')
.setUrl('https://localhost:3000')
.setProxyUrl('https://badegg-bedrock.localhost.1fp.ltd')
.watch(['resources/views', 'app']);
/**