Add post_media bucket to ensure-buckets endpoint

cgen-8cc46149407544d9823ac4a9c42d560b
This commit is contained in:
Builder.io 2025-10-18 04:25:04 +00:00
parent 5149ef184d
commit e30d528bc2

View file

@ -212,6 +212,7 @@ export function createServer() {
const targets = [
{ name: "avatars", public: true },
{ name: "banners", public: true },
{ name: "post_media", public: true },
];
const { data: buckets } = await (
adminSupabase as any