Untitled
Anonymous
plain_text
10/10/2023 12:21 PM
332 B
18
Indexable
const { src, dest, parallel, series, watch } = require('gulp');
const browserSync = require('browser-sync').create();
function browsersync() {
browserSync.init({
server: { baseDir: 'app/' }
})
}
exports.browsersync = browsersync;Editor is loading...