diff --git a/vite.config.ts b/vite.config.ts index c76ef9a..6dafad4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react-swc"; import path from "node:path"; // https://vitejs.dev/config/ -export default defineConfig(({ mode }) => ({ +export default defineConfig(() => ({ server: { host: "::", port: 8080,