From 4029b3d63e5c7772a6019642944cb05510b5b8fa Mon Sep 17 00:00:00 2001 From: Duncan Crawbuck Date: Wed, 8 Apr 2026 10:02:11 -0700 Subject: [PATCH 1/2] fix: restore docs code tabs --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 27113c5..50450ac 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -50,6 +50,7 @@ export default defineConfig({ resolve: { alias: { "@": path.resolve(import.meta.dirname, "./src"), + "node:path": "pathe", }, }, plugins: [ From da38f66b41e642e8172eaba935fcc42da2f5fd9c Mon Sep 17 00:00:00 2001 From: Duncan Crawbuck Date: Wed, 8 Apr 2026 11:32:46 -0700 Subject: [PATCH 2/2] chore: declare pathe explicitly --- bun.lock | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) diff --git a/bun.lock b/bun.lock index 2bb15fc..6045910 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "superwall-docs", @@ -47,6 +48,7 @@ "next-validate-link": "^1.6.4", "oxfmt": "^0.36.0", "oxlint": "^1.51.0", + "pathe": "^2.0.3", "srvx": "^0.11.8", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", diff --git a/package.json b/package.json index 204c7cc..bb447a6 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "next-validate-link": "^1.6.4", "oxfmt": "^0.36.0", "oxlint": "^1.51.0", + "pathe": "^2.0.3", "srvx": "^0.11.8", "tailwindcss": "^4.2.1", "typescript": "^5.9.3",