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:
parent
e1bdff9c37
commit
52c45006ed
1 changed files with 5 additions and 0 deletions
|
|
@ -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/, ''),
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue