From beddf93e86c2f6899b8585494dd768ab63d6149e Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 19 Jun 2025 16:26:49 +0200 Subject: [PATCH] fix vercel --- package.json | 12 ++++++------ vercel.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index db90507..d778608 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,8 @@ "@radix-ui/react-tooltip": "^1.2.0", "@tailwindcss/vite": "^4.1.3", "@tanstack/react-query": "^5.60.5", + "@vitejs/plugin-react": "^4.3.2", + "autoprefixer": "^10.4.20", "axios": "^1.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -58,6 +60,7 @@ "next-themes": "^0.4.6", "passport": "^0.7.0", "passport-local": "^1.0.0", + "postcss": "^8.4.47", "react": "^18.3.1", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", @@ -66,9 +69,11 @@ "react-resizable-panels": "^2.1.7", "recharts": "^2.15.2", "tailwind-merge": "^2.6.0", + "tailwindcss": "^3.4.17", "tailwindcss-animate": "^1.0.7", "tw-animate-css": "^1.2.5", "vaul": "^1.1.2", + "vite": "^5.4.14", "wouter": "^3.3.5", "ws": "^8.18.0", "zod": "^3.24.2", @@ -84,14 +89,9 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "@types/ws": "^8.5.13", - "@vitejs/plugin-react": "^4.3.2", - "autoprefixer": "^10.4.20", "esbuild": "^0.25.0", - "postcss": "^8.4.47", - "tailwindcss": "^3.4.17", "tsx": "^4.19.1", - "typescript": "5.6.3", - "vite": "^5.4.14" + "typescript": "5.6.3" }, "optionalDependencies": { "bufferutil": "^4.0.8" diff --git a/vercel.json b/vercel.json index dfa8f24..a1d81e7 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { "version": 2, - "buildCommand": "npm ci && npx vite build --config client/vite.config.ts", + "buildCommand": "npm ci && npm run build", "outputDirectory": "client/dist", "installCommand": "npm ci", "functions": {