feat: AI Brand Voice Translator integration and Mesh Content fix
This commit is contained in:
@@ -67,12 +67,16 @@ export default defineConfig({
|
||||
server: {
|
||||
hmr: process.env.DISABLE_HMR !== 'true',
|
||||
watch: process.env.DISABLE_HMR === 'true' ? null : {},
|
||||
// Proxy API calls to the embedded Express server
|
||||
// Proxy API and Workspace calls to the embedded Express server
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://127.0.0.1:3000',
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/workspace': {
|
||||
target: 'http://127.0.0.1:3000',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user