live server dont work on vs cod 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