refactor: 💡 change default live server port

This commit is contained in:
Matheus 2024-02-12 00:24:20 -03:00
parent a2becf0d0a
commit a9901e8e0d

View file

@ -24,8 +24,8 @@ local function find_cached_dir(dir)
end end
M.config = { M.config = {
-- let live-server handle the defaults -- 8080 default is commonly used
args = {}, args = { '--port=5555' },
} }
M.setup = function(user_config) M.setup = function(user_config)