mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
document.head.appendChild(Object.assign(document.createElement("script"), {
|
|
type: "importmap",
|
|
textContent: JSON.stringify({
|
|
imports: window.bundler.esModules,
|
|
}, null, 4),
|
|
}));
|