Skip to content

Commit a70a8ab

Browse files
feat: make available string values collapsible
Resolves #3
1 parent 8d3d837 commit a70a8ab

File tree

5 files changed

+1734
-20
lines changed

5 files changed

+1734
-20
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"scripts": {
55
"dev": "vite dev",
6-
"build": "vite build && npm run update-search-index",
6+
"build": "vite build && pnpm run update-search-index",
77
"preview": "vite preview",
88
"update-search-index": "pagefind --site ./dist/ --glob \"**/*.html\"",
99
"check": "biome check .",
@@ -13,6 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@biomejs/biome": "2.0.6",
16+
"@hono/node-server": "^1.19.4",
1617
"@hono/ssg-plugins-essential": "^0.1.0",
1718
"@hono/vite-dev-server": "^0.20.1",
1819
"@hono/vite-ssg": "^0.2.0",

0 commit comments

Comments
 (0)