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", 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: [