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
M.config = {
-- let live-server handle the defaults
args = {},
-- 8080 default is commonly used
args = { '--port=5555' },
}
M.setup = function(user_config)