Skip to content

Commit bcf7111

Browse files
committed
Remove obsolete vite setting
1 parent cb4f086 commit bcf7111

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spec/apps/svelte-mini/vite.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default defineConfig({
2626
server: {
2727
port: parseInt(process.env.SENTRY_E2E_SVELTE_APP_PORT || '4001'),
2828
host: '0.0.0.0',
29-
allowedHosts: ['sentry-test-services']
3029
},
3130
define: {
3231
__RAILS_API_URL__: JSON.stringify(process.env.SENTRY_E2E_RAILS_APP_URL || 'http://localhost:4000')

0 commit comments

Comments
 (0)