mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-18 17:59:05 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
var bs = require("browser-sync");
|
|
|
|
bs.use(require("./index"), {file: "index.html"});
|
|
|
|
bs(); |