From a9901e8e0d26dbf53d4ab9619ce8686ce36b4aa0 Mon Sep 17 00:00:00 2001 From: Matheus Date: Mon, 12 Feb 2024 00:24:20 -0300 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=92=A1=20change=20default=20l?= =?UTF-8?q?ive=20server=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/live-server.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/live-server.lua b/lua/live-server.lua index 3a3c312..180deb6 100644 --- a/lua/live-server.lua +++ b/lua/live-server.lua @@ -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)