mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-08 22:52:02 -05:00
[PR #253] [MERGED] Simplify Self Hosting of Edge Functions #243
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/253
Author: @ricoberger
Created: 4/26/2025
Status: ✅ Merged
Merged: 4/26/2025
Merged by: @ricoberger
Base:
main← Head:simplify-self-hosting-of-edge-functions📝 Commits (2)
a590f32Simplify Self Hosting of Edge Functions948a5e7Merge branch 'main' into simplify-self-hosting-of-edge-functions📊 Changes
4 files changed (+102 additions, -98 deletions)
View changed files
➕
supabase/functions/main/index.ts(+99 -0)📝
supabase/hosting/.gitignore(+1 -2)📝
supabase/hosting/README.md(+2 -2)➖
supabase/hosting/volumes/functions/main/index.ts(+0 -94)📄 Description
Until now we had a
findcommand to delete existing edge functionsbefore copying them for the self hosting set up. This command is now
removed, because we also moved the
mainfunction to the existingfunctions directory and just not push it as function to Supabase.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.