Skip to content

Commit

Permalink
chore(examples): disable host check for vue-instantsearch example (#1182
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dhayab authored Sep 4, 2023
1 parent 9fd22fe commit e548901
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/vue-instantsearch/vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
devServer: {
disableHostCheck: true,
},
};

0 comments on commit e548901

Please sign in to comment.