finish migrating from Supabase to local Postgress, and passport.js for auth because CORS

This commit is contained in:
2025-11-19 19:51:18 -08:00
parent b330ce4cd1
commit a62af10ce6
62 changed files with 1461 additions and 7157 deletions

View File

@@ -66,6 +66,13 @@ jobs:
- name: Run Unit Tests
run: npm test # Run the test suite to ensure code correctness.
- name: Archive Code Coverage Report
# This action saves the generated HTML coverage report as a downloadable artifact.
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: coverage/
# --- Backend Deployment ---
- name: Deploy Supabase Edge Functions
# Pass the access token as an environment variable directly to this step