Skip to content

Commit e548901

Browse files
authored
chore(examples): disable host check for vue-instantsearch example (#1182)
1 parent 9fd22fe commit e548901

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
devServer: {
3+
disableHostCheck: true,
4+
},
5+
};

0 commit comments

Comments
 (0)