const app = document.querySelector("#app"); if (app) { app.textContent = "Hello from Vite"; } console.log("Hello from Vite");