visual studio code logs to console live server but notopen PHP/HTML/JS in server code example
Example: npl live server doesn't load js
I had:
src="/main.js"
And it has to be:
src="./main.js"
TheFix= add dot before the file name ./file.js
I had:
src="/main.js"
And it has to be:
src="./main.js"
TheFix= add dot before the file name ./file.js