This commit is contained in:
Ruben Fiszel
2025-11-14 10:16:24 +00:00
parent 0423eeedbe
commit 03f9702690
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
5c9a2780bdc82f243d2539007045c34049d762a6
f05f3db713b1e70ef3a655c1a4eb6b90a7581869
+2 -2
View File
@@ -36,8 +36,8 @@ const config = {
},
'^/api/.*': {
target: process.env.REMOTE ?? 'https://app.windmill.dev/',
changeOrigin: true
// cookieDomainRewrite: 'localhost'
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'^/ws/.*': {
target: process.env.REMOTE_LSP ?? 'https://app.windmill.dev',