Skip to content

Commit 9fda1f8

Browse files
committed
fix(api): Add @supabase/supabase-js dependency to root package.json for Vercel functions
1 parent 054c0e5 commit 9fda1f8

File tree

2 files changed

+98
-5
lines changed

2 files changed

+98
-5
lines changed

package-lock.json

Lines changed: 97 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"agent:security-auditor": "security-auditor 'Security audit covering codebase, dependencies, and deployment configuration'"
1616
},
1717
"dependencies": {
18+
"@supabase/supabase-js": "^2.39.0",
1819
"@vercel/postgres": "^0.10.0",
1920
"boxen": "^5.1.2",
2021
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)