refactor: migrate to vite and restructure repo

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-10-18 14:02:20 +00:00
parent 83a5f92506
commit 25796ab609
94 changed files with 478 additions and 312 deletions

View File

@@ -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"
}
}