We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4f086 commit bcf7111Copy full SHA for bcf7111
1 file changed
spec/apps/svelte-mini/vite.config.js
@@ -26,7 +26,6 @@ export default defineConfig({
26
server: {
27
port: parseInt(process.env.SENTRY_E2E_SVELTE_APP_PORT || '4001'),
28
host: '0.0.0.0',
29
- allowedHosts: ['sentry-test-services']
30
},
31
define: {
32
__RAILS_API_URL__: JSON.stringify(process.env.SENTRY_E2E_RAILS_APP_URL || 'http://localhost:4000')
0 commit comments