My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

deploy-site: add tessera packages to interactive universe

Add tessera-geotessera-jsoo and tessera-viz-jsoo to the jtw opam
universe so the interactive map notebook can load them.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2 -1
+2 -1
deploy-site.sh
··· 49 49 echo "=== Step 3: Build universes for interactive code cells ===" 50 50 jtw opam astring brr note mime_printer fpath rresult \ 51 51 opam-format bos odoc.model tyxml yojson uri jsonm \ 52 - js_top_worker-widget-leaflet -o "$SITE_HTML/_opam" 52 + js_top_worker-widget-leaflet \ 53 + tessera-geotessera-jsoo tessera-viz-jsoo -o "$SITE_HTML/_opam" 53 54 echo " universe built → $SITE_HTML/_opam/" 54 55 55 56 echo ""