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