chore(studio): 🔧 Update Vite config for studio environment with new plugins and optimizations

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-03 09:33:01 -07:00
parent e1bdff9c37
commit 52c45006ed

View file

@ -60,6 +60,11 @@ export default defineConfig({
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api\/media-gallery/, '/api'),
},
'/minio': {
target: 'http://localhost:9012',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/minio/, ''),
},
},
},
});