mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
refactor: migrate to vite and restructure repo
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
"name": "@fileone/convex",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./filesystem": "./shared/filesystem.ts",
|
||||
"./error": "./shared/error.ts",
|
||||
"./types": "./shared/types.ts",
|
||||
"./_generated/*": "./_generated/*",
|
||||
"./model/*": "./model/*",
|
||||
"./shared/*": "./shared/*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fileone/path": "workspace:*"
|
||||
},
|
||||
@@ -9,6 +17,7 @@
|
||||
"typescript": "^5",
|
||||
"better-auth": "1.3.8",
|
||||
"convex": "^1.27.0",
|
||||
"convex-helpers": "^0.1.104",
|
||||
"@convex-dev/better-auth": "^0.8.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user