Select the types of activity you want to include in your feed.
fix: change JS build to IIFE format for script tag loading
Changes esbuild output from ES modules to IIFE format with global `honk` variable. This allows loading with a regular <script> tag instead of requiring type="module".