spring
2026-07-03 f10cf167372f2d8c4c0e14f42f361d7ab96d8347
vite.config.ts
@@ -9,6 +9,9 @@
      },
      server: {
        allowedHosts: true,
        watch: {
          ignored: ['**/node_modules/**', '**/dist/**', '**/.git/**'],
        },
        proxy: {
          "/admin-api": {
            changeOrigin: true,