graphql fix

This commit is contained in:
2026-05-20 17:12:37 +05:30
parent d556d1a73e
commit a5fcb5210c
3 changed files with 16 additions and 16 deletions

View File

@@ -28,14 +28,9 @@ export default defineConfig(({ mode }) => {
}
},
'/live': {
target: 'https://fiesta.nearle.app',
target: 'https://jupiter.nearle.app',
changeOrigin: true,
secure: true,
configure: (proxy) => {
proxy.on('proxyReq', (proxyReq) => {
if (secret) proxyReq.setHeader('x-hasura-admin-secret', secret)
})
}
}
}
}