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 62a62a4 commit 46917daCopy full SHA for 46917da
vite.config.ts
@@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
5
export default defineConfig({
6
plugins: [react()],
7
preview: {
8
- allowedHosts: ['*'],
+ allowedHosts: true,
9
host: true,
10
port: 5757
11
}
0 commit comments