This host serves one file: the booking widget embedded by the sites in Cecilia Altieri's web estate. It is infrastructure, not a page — there is nothing to use here.
/practico-booking.js — ES module build (the default)/practico-booking.iife.js — classic-script build, for a host that cannot emit a module tagThis URL is a production dependency of several websites at once. Renaming or deleting this project removes the booking surface from every one of them simultaneously, and it fails in the visitor's browser rather than in any build, so nothing goes red. Check the consumer register before changing anything here.
Source, the register of which sites consume this, and the reasoning behind the
cache and CORS headers: Code/practico/packages/booking-widget
(README.md, cdn/_headers). Deployed with
npm run deploy:cdn from that package — never by hand-uploading, so
the headers travel with the bundle.