remove unneeded vite dep

This commit is contained in:
dswbx
2025-07-05 14:17:26 +02:00
parent db2a994a01
commit c384bf4dd4
3 changed files with 1 additions and 9 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
"type": "module",
"sideEffects": false,
"bin": "./dist/cli/index.js",
"version": "0.15.0",
"version": "0.16.0-rc.0",
"description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.",
"homepage": "https://bknd.io",
"repository": {
@@ -77,7 +77,6 @@
"@cloudflare/vitest-pool-workers": "^0.8.38",
"@cloudflare/workers-types": "^4.20250606.0",
"@dagrejs/dagre": "^1.1.4",
"@hono/typebox-validator": "^0.3.3",
"@hono/vite-dev-server": "^0.19.1",
"@hookform/resolvers": "^4.1.3",
"@libsql/client": "^0.15.9",
-2
View File
@@ -5,7 +5,6 @@ import tsconfigPaths from "vite-tsconfig-paths";
import { devServerConfig } from "./src/adapter/vite/dev-server-config";
import tailwindcss from "@tailwindcss/vite";
import pkg from "./package.json" with { type: "json" };
import circleDependency from "vite-plugin-circular-dependency";
// https://vitejs.dev/config/
export default defineConfig({
@@ -23,7 +22,6 @@ export default defineConfig({
},
},
plugins: [
circleDependency(),
react(),
tsconfigPaths({
// otherwise it'll throw an error because of examples/astro