Skip to content

Commit 13c9213

Browse files
committed
chore: wrangler for auto-build
1 parent f6fbd09 commit 13c9213

File tree

3 files changed

+230
-3
lines changed

3 files changed

+230
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"license": "MIT",
1414
"packageManager": "pnpm@10.30.0",
1515
"devDependencies": {
16+
"oxc-minify": "^0.114.0",
1617
"tsx": "^4.21.0",
1718
"vitepress": "2.0.0-alpha.16"
1819
},
@@ -21,4 +22,4 @@
2122
"vite": "npm:rolldown-vite@latest"
2223
}
2324
}
24-
}
25+
}

pnpm-lock.yaml

Lines changed: 222 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrangler.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name = "rootbeer"
2+
compatibility_date = "2025-08-18"
3+
4+
[assets]
5+
directory = ".vitepress/dist"
6+
not_found_handling = "404-page"

0 commit comments

Comments
 (0)