chore: update

This commit is contained in:
2026-03-19 19:56:51 +01:00
parent 3384ebded0
commit 7173266bb9
31 changed files with 3645 additions and 1942 deletions
+6 -2
View File
@@ -4,12 +4,16 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
build: {
chunkSizeWarningLimit: 1000, // Augmenter la limite à 1000 KB
chunkSizeWarningLimit: 1000,
},
server: {
proxy: {
"/api": {
target: "https://uber-stup.club",
target: "https://5.181.0.112.nip.io",
changeOrigin: true,
},
"/uploads": {
target: "https://5.181.0.112.nip.io",
changeOrigin: true,
},
},