Select the types of activity you want to include in your feed.
1#!/bin/bash 2set -e 3npx esbuild src/frontend/app.ts \ 4 --bundle \ 5 --outfile=public/app.js \ 6 --format=esm \ 7 --target=es2022 \ 8 --sourcemap \ 9 --minify