start on migrating from Supabase to local Postgress, and passport.js for auth because CORS
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user