Skip to content

Commit

Permalink
disable host checking
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-tsugranes committed Feb 3, 2021
1 parent c0510a1 commit 4b9599d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vue.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
// options...
devServer: {
disableHostCheck: true
}
}

0 comments on commit 4b9599d

Please sign in to comment.