Skip to content

Commit

Permalink
chore: add browser-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
yitengjun committed Dec 30, 2022
1 parent e75636d commit 9e7f017
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bs-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Browsersync config
*/
module.exports = {
ui: false,
server: ['docs'],
notify: false,
};

0 comments on commit 9e7f017

Please sign in to comment.