Skip to content

Commit d6931a0

Browse files
committed
silent npm startup
1 parent 27f9822 commit d6931a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/magenta/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ M.start = function(silent)
2929

3030
local env = {
3131
IS_DEV = false,
32-
LOG_LEVEL = "debug"
32+
LOG_LEVEL = "info"
3333
}
3434

3535
local job_id =
3636
vim.fn.jobstart(
37-
"npm run start",
37+
"npm run start -s",
3838
{
3939
cwd = plugin_root,
4040
stdin = "null",

0 commit comments

Comments
 (0)