chore(frontend-demo): 🔧 Update Vite build config for video studio demo frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
6be94b9753
commit
7c8eab76ec
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ export default defineConfig({
|
|||
rewrite: (p) => p.replace(/^\/proxy\/ia/, ''),
|
||||
changeOrigin: true,
|
||||
},
|
||||
// Proxy to imajin-adversarial (localhost:8011) — landmark detection
|
||||
'/proxy/adversarial': {
|
||||
target: 'http://localhost:8011',
|
||||
rewrite: (p) => p.replace(/^\/proxy\/adversarial/, ''),
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue