mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Open project url instead of localhost when running gulp
This commit is contained in:
@@ -6,7 +6,9 @@ export const server = browserSync.create();
|
||||
function serve(done) {
|
||||
server.init({
|
||||
notify: false,
|
||||
proxy: paths.url
|
||||
proxy: paths.url,
|
||||
host: paths.url,
|
||||
open: 'external'
|
||||
});
|
||||
done();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user