Skip to content

Commit 5f253c1

Browse files
committed
Change serve:dist port.
1 parent 714aa85 commit 5f253c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ gulp.task('serve', ['lint', 'styles', 'elements', 'images'], function() {
282282
// Build and serve the output from the dist build
283283
gulp.task('serve:dist', ['default'], function() {
284284
browserSync({
285-
port: 5001,
285+
port: 5000,
286286
notify: false,
287287
logPrefix: 'PSK',
288288
snippetOptions: {

0 commit comments

Comments
 (0)