Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: revert port changes
  • Loading branch information
farabi-deriv committed Jul 15, 2025
commit e3b1e3681de8e1c286ea2ab54f5d39906594d81c
4 changes: 2 additions & 2 deletions build/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ module.exports = function (grunt) {
livereload: {
options: {
hostname : '0.0.0.0',
port : 8443,
port : 8090,
protocol : 'https',
base : 'dist',
open : {
appName: {
name: 'Google\ Chrome'
},
target : 'https://localhost:8443',
target : 'https://localhost:8090',
},
middleware: (connect, options) => {
const middlewares = [
Expand Down
Loading