Update vite.config.ts

This commit is contained in:
AlphaX
2025-03-03 11:20:21 +01:00
committed by GitHub
parent 0d59b3d6de
commit 803754ae97

View File

@@ -3,6 +3,5 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
server: { port: 3000 },
base: "",
});