union_auto_test/client/gulp/tasks/server.js

9 lines
157 B
JavaScript
Raw Permalink Normal View History

2026-01-10 09:45:10 +00:00
export const server = (done) => {
app.plugins.browsersync.init({
server: {
baseDir: `${app.path.build.html}`
},
notify: false,
port: 3000,
});
}