Skip to content

Commit

Permalink
Update to top-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 20, 2023
1 parent 02f1624 commit 65e39fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"url": "https://github.com/gumcast/gumcast-client/issues"
},
"devDependencies": {
"@siteup/cli": "^2.0.0",
"top-bun": "^7.0.0",
"auto-changelog": "^2.3.0",
"browser-sync": "^2.26.7",
"gh-release": "^7.0.0",
"npm-run-all": "^4.1.5",
"standard": "^17.0.0",
Expand All @@ -31,10 +30,9 @@
"start": "run-s watch",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
"build": "npm run clean && run-p build:*",
"build:siteup": "siteup",
"build:top-bun": "tb",
"watch": "npm run clean && run-p watch:*",
"watch:siteup": "npm run build:siteup -- --watch",
"watch:serve": "browser-sync start --server 'public' --files 'public'",
"watch:top-bun": "npm run build:top-bun -- --watch",
"clean": "rm -rf public && mkdir -p public"
},
"standard": {
Expand Down
6 changes: 4 additions & 2 deletions src/root.layout.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { html } from 'uhtml-isomorphic'

export default async function rootLayout ({
title,
siteName,
vars: {
title,
siteName
},
scripts,
styles,
children
Expand Down

0 comments on commit 65e39fc

Please sign in to comment.