I am running a nodejs frontend-only website that uses lite-server. as I am trying to deploy it with git in CLI, it shows me the error:
Did not detect a bs-config.json or bs-config.js override file. Using lite-server defaults...Couldn't open a browser (if you are using BrowserSync in a headless environment, you might want to set the open option to false)
Any thoughts on this?