From 27ac9cd92d15e288c6d6cb7cf90836325804110f Mon Sep 17 00:00:00 2001 From: fred <> Date: Wed, 6 Aug 2025 18:23:36 +0000 Subject: [PATCH] remove vite from prod --- frontend/package.json | 4 ++-- frontend/src/pages/About.tsx | 2 +- frontend/vite.config.ts | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1c69e4f..72999ad 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,8 +5,8 @@ "type": "module", "scripts": { "dev": "vite --host 0.0.0.0 --port 80", - "production": "tsc -b && vite build && vite --host 0.0.0.0 --port 80", - "demo": "tsc -b && vite build && vite --host 0.0.0.0 --port 80", + "production": "tsc -b && vite build", + "demo": "tsc -b && vite build", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" diff --git a/frontend/src/pages/About.tsx b/frontend/src/pages/About.tsx index 47f25f0..70f1713 100644 --- a/frontend/src/pages/About.tsx +++ b/frontend/src/pages/About.tsx @@ -5,7 +5,7 @@ function About() {