refactor: 💡 change default live server port
This commit is contained in:
parent
a2becf0d0a
commit
a9901e8e0d
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ local function find_cached_dir(dir)
|
|||
end
|
||||
|
||||
M.config = {
|
||||
-- let live-server handle the defaults
|
||||
args = {},
|
||||
-- 8080 default is commonly used
|
||||
args = { '--port=5555' },
|
||||
}
|
||||
|
||||
M.setup = function(user_config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue