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 a8426a5 commit 15c1c7cCopy full SHA for 15c1c7c
apps/cyberstorm-remix/.env
@@ -11,3 +11,4 @@ VITE_COOKIE_DOMAIN=
11
VITE_AUTH_BASE_URL=
12
VITE_AUTH_RETURN_URL=
13
VITE_CLIENT_SENTRY_DSN=
14
+__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=
apps/cyberstorm-remix/vite.config.ts
@@ -10,11 +10,7 @@ export default defineConfig({
10
// https://vitejs.dev/config/server-options.html#server-watch
watch: { usePolling: true, interval: 500 },
hmr: { path: "/react-router" },
- allowedHosts: [
- // ".thunderstore.temp",
15
- ".thunderstore.dev",
16
- ".thunderstore.io",
17
- ],
+ allowedHosts: [".thunderstore.dev", ".thunderstore.io"],
18
},
19
plugins: [
20
reactRouter(),
0 commit comments