Skip to content

Commit 472585d

Browse files
authored
Merge pull request #72 from GMorcosEE/patch-1
Update vite.config.js
2 parents 8ad44c9 + b43b2c9 commit 472585d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/vite.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ export default defineConfig({
99
allowedHosts: [
1010
'.gitpod.dev',
1111
'localhost',
12-
'127.0.0.1'
12+
'127.0.0.1',
13+
'.sales-emea.flex.doptig.cloud',
14+
'.sales-us.flex.doptig.cloud'
1315
]
1416
},
1517
css: {
1618
postcss: './postcss.config.js'
1719
}
18-
})
20+
})

0 commit comments

Comments
 (0)