feat[convex]: api key auth support

This commit is contained in:
2025-10-20 00:17:41 +00:00
parent a4544a3f09
commit d0893e13be
7 changed files with 80 additions and 6 deletions

View File

@@ -14,7 +14,9 @@
"./shared/*": "./shared/*"
},
"dependencies": {
"@fileone/path": "workspace:*"
"@drexa/auth": "workspace:*",
"@fileone/path": "workspace:*",
"hash-wasm": "^4.12.0"
},
"peerDependencies": {
"typescript": "^5",