We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe001e commit fc2e42cCopy full SHA for fc2e42c
vite.config.ts
@@ -3,10 +3,5 @@ import react from '@vitejs/plugin-react-swc'
3
4
// https://vite.dev/config/
5
export default defineConfig({
6
- plugins: [react()],
7
- server: {
8
- proxy: {
9
- "/api": "https://parking-backend-t2sv.onrender.com", // Proxy API requests to Django backend
10
- },
11
+ plugins: [react()]
12
})
0 commit comments