config: enable all hosts in Vite dev server configuration
This commit is contained in:
parent
1b790ed5bc
commit
8c73f7172a
1 changed files with 3 additions and 0 deletions
|
|
@ -12,4 +12,7 @@ export default defineConfig(({ isSsrBuild }) => ({
|
|||
: undefined,
|
||||
},
|
||||
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
|
||||
server: {
|
||||
allowedHosts: true,
|
||||
},
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue