import*assharedfrom"./shared.js";importmyManifestoURLfrom"./assets/my-manifesto.txt?no-inline";// strictly get asset URL
console.log("Hello from entry1.js!");console.log(`Youshouldlookat${myManifestoURL}.`);// Shared function test
console.log(shared.foo("baz from entry1"));