1 2 3 4
const meta = document.createElement("meta"); meta.name = "live-server"; meta.content = "reload"; document.head.appendChild(meta);