diff --git a/apps/cyberstorm-remix/.env b/apps/cyberstorm-remix/.env index 850d45d42..494223092 100644 --- a/apps/cyberstorm-remix/.env +++ b/apps/cyberstorm-remix/.env @@ -11,3 +11,4 @@ VITE_COOKIE_DOMAIN= VITE_AUTH_BASE_URL= VITE_AUTH_RETURN_URL= VITE_CLIENT_SENTRY_DSN= +__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS= diff --git a/apps/cyberstorm-remix/vite.config.ts b/apps/cyberstorm-remix/vite.config.ts index f3280d586..b270e8a0d 100644 --- a/apps/cyberstorm-remix/vite.config.ts +++ b/apps/cyberstorm-remix/vite.config.ts @@ -10,11 +10,7 @@ export default defineConfig({ // https://vitejs.dev/config/server-options.html#server-watch watch: { usePolling: true, interval: 500 }, hmr: { path: "/react-router" }, - allowedHosts: [ - // ".thunderstore.temp", - ".thunderstore.dev", - ".thunderstore.io", - ], + allowedHosts: [".thunderstore.dev", ".thunderstore.io"], }, plugins: [ reactRouter(),