example.js 91 B

12345
  1. var bs = require("browser-sync");
  2. bs.use(require("./index"), {file: "index.html"});
  3. bs();