diff --git a/scripts/code-sessions-web.js b/scripts/code-sessions-web.js index 79409d9be66..d7a4d691576 100644 --- a/scripts/code-sessions-web.js +++ b/scripts/code-sessions-web.js @@ -96,40 +96,40 @@ async function main() { function getSessionsHTML(host, port, cssModules) { const baseUrl = `http://${host}:${port}`; + const fileRoot = `${baseUrl}/out`; + + // Build the import map server-side. Each CSS file gets mapped to a + // data: URI containing a JS module that injects the stylesheet via + // a global helper function. This must be a static - +