Skip to content

Commit 5e92c92

Browse files
authored
Merge pull request #3 from ibuziuk/allowedHosts
fix: set 'allowedHosts: true' in the Vite config
2 parents 70f834a + ee5293d commit 5e92c92

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)