This Cloudflare Pages project hosts the deployer.js loader for an iMIS
Content Html iPart. It is not a standalone app — it must be embedded
in an authenticated iMIS staff page so it runs in that page's origin.
Paste this into a Content Html iPart (Advanced/source mode):
<div id="imis-deployer-mount"></div> <script src="https://REPLACE-WITH-YOUR-PAGES-DOMAIN/deployer.js"></script>
Replace the domain with this project's *.pages.dev URL (or a custom domain).