mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-08-12 19:41:39 +00:00
30cca41d37
The deploy step rsynced this repo's whole functions tree into the shared edge-runtime volume. The comment on that line acknowledged the volume was shared, but additive-without---delete only protects names we do not also use: this repo and pezkuwi-telegram-miniapp both ship a telegram-auth, so the 2026-06-28 deploy replaced theirs and broke that app's sign-in for a month. Writes now go through supabase-deploy-functions on the host, which validates every incoming directory against a registry of who owns which name and refuses the whole deploy if any of them is not ours. Nothing this repo legitimately deploys changes; the miniapp has moved its two colliding functions to a tgm- namespace, so the two projects no longer address the same directories. Registry: /opt/supabase-self-hosted/functions-registry.json