1 2 3 4
document.addEventListener("DOMContentLoaded", async function () { document.body.textContent = "Hello from main.ts"; });