Skip to content

Commit cf37c00

Browse files
authored
fix: code block tabs (#163)
* fix: restore docs code tabs * chore: declare pathe explicitly
1 parent cc404db commit cf37c00

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

bun.lock

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"next-validate-link": "^1.6.4",
7373
"oxfmt": "^0.36.0",
7474
"oxlint": "^1.51.0",
75+
"pathe": "^2.0.3",
7576
"srvx": "^0.11.8",
7677
"tailwindcss": "^4.2.1",
7778
"typescript": "^5.9.3",

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default defineConfig({
5050
resolve: {
5151
alias: {
5252
"@": path.resolve(import.meta.dirname, "./src"),
53+
"node:path": "pathe",
5354
},
5455
},
5556
plugins: [

0 commit comments

Comments
 (0)