Skip to content

Commit ee5293d

Browse files
committed
fix: set 'allowedHosts: true' in the Vite config
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
1 parent 70f834a commit ee5293d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export default defineConfig({
88
outDir: 'public'
99
},
1010
server: {
11-
allowedHosts: 'all'
11+
allowedHosts: true
1212
}
1313
})

0 commit comments

Comments
 (0)