Skip to content

Commit 16c0a79

Browse files
authored
Add BNY demo runner to the allowed hosts list (#76)
1 parent eb7fc5c commit 16c0a79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/vite.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default defineConfig({
1111
'localhost',
1212
'127.0.0.1',
1313
'.sales-emea.flex.doptig.cloud',
14-
'.sales-us.flex.doptig.cloud'
14+
'.sales-us.flex.doptig.cloud',
15+
'.gcp-demo-runner.flex.doptig.cloud'
1516
]
1617
},
1718
css: {

0 commit comments

Comments
 (0)