mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
nits
This commit is contained in:
@@ -1 +1 @@
|
||||
5c9a2780bdc82f243d2539007045c34049d762a6
|
||||
f05f3db713b1e70ef3a655c1a4eb6b90a7581869
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user