Implement membership notifications and deep-link handling for Electron desktop app #246

Merged
talksik merged 11 commits from free-monkey into main 2026-06-09 15:04:19 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 36a685ac78 - Show all commits
+2 -1
View File
@@ -79,8 +79,9 @@ spec:
value: "llink://billing/success"
- name: "BILLING_CANCEL_URL"
value: "llink://billing/cancel"
# Web client origins
- name: "CORS_ALLOWED_ORIGINS"
value: "llink://,http://localhost:5173,http://localhost:5174,http://localhost:5175,https://llink.dev.flowy.live"
value: "http://localhost:5173,http://localhost:5174,http://localhost:5175,https://llink.dev.flowy.live"
---
+2 -1
View File
@@ -76,8 +76,9 @@ spec:
value: "llink://billing/success"
- name: "BILLING_CANCEL_URL"
value: "llink://billing/cancel"
# Web client origins
- name: "CORS_ALLOWED_ORIGINS"
value: "llink://,https://llink.flowy.live"
value: "https://llink.flowy.live"
---