tracks lexicons and how many times they appeared on the jetstream

ci: remove cuz grrrr

ptr.pet 64d240c8 48d94e68

verified
Changed files
-21
.tangled
workflows
-21
.tangled/workflows/build.yml
··· 1 - when: 2 - - event: ["push"] 3 - branch: ["main"] 4 - 5 - dependencies: 6 - nixpkgs: 7 - - cargo 8 - - bun 9 - - curl 10 - - gcc 11 - - gnused 12 - 13 - steps: 14 - - name: build client 15 - command: | 16 - export PUBLIC_API_URL="localhost:3713" 17 - bun --cwd=client install 18 - bun --cwd=client run -b build 19 - - name: trigger deploy 20 - command: | 21 - curl -u "$WEBHOOK_AUTH" https://webhook.gaze.systems/deploy-wolumonde