create layouts

This commit is contained in:
konnorrogers
2023-08-30 15:28:33 -04:00
parent af7682aaca
commit 191f7d708c
33 changed files with 1751 additions and 17 deletions

View File

@@ -249,7 +249,17 @@ if (serve) {
const bs = browserSync.create();
const port = await getPort({ port: portNumbers(4000, 4999) });
/**
* @type {import("browser-sync").Options}
*/
const browserSyncConfig = {
snippetOptions: {
// Ignore all HTML files within the templates folder
ignorePaths: [
"/assets/playground-service-worker-proxy.html",
"/assets/playground-service-worker.js",
],
},
startPath: '/',
port,
logLevel: 'silent',