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

This commit is contained in:
2025-11-19 15:30:59 -08:00
parent e8b651929e
commit b330ce4cd1
20 changed files with 1144 additions and 539 deletions

View File

@@ -12,7 +12,8 @@
"skipLibCheck": true,
"types": [
"node",
"vite/client" // Add this line to include Vite's client-side types
"vite/client", // Add this line to include Vite's client-side types
"vitest/globals" // Add this to include Vitest's global types (e.g., `vi`, `describe`)
],
"moduleResolution": "bundler",
"isolatedModules": true,