chore: update

This commit is contained in:
2026-03-03 23:42:23 +01:00
parent 52b059fafa
commit 0073f80a48
95 changed files with 2720 additions and 40619 deletions
+14 -14
View File
@@ -1,17 +1,17 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
build: {
chunkSizeWarningLimit: 1000, // Augmenter la limite à 1000 KB
},
server: {
proxy: {
'/api': {
target: 'http://localhost:8080',
changeOrigin: true,
},
plugins: [react()],
build: {
chunkSizeWarningLimit: 1000, // Augmenter la limite à 1000 KB
},
},
})
server: {
proxy: {
"/api": {
target: "https://uber-stup.club",
changeOrigin: true,
},
},
},
});