feat(cli): add nuxt + convex support (#458)

This commit is contained in:
Aman Varshney
2025-08-02 11:50:00 +05:30
committed by GitHub
parent cef5840852
commit 430fa41abd
19 changed files with 272 additions and 144 deletions

View File

@@ -9,9 +9,9 @@
"license": "ISC",
"description": "",
"devDependencies": {
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"dependencies": {
"convex": "^1.25.0"
"convex": "^1.25.4"
}
}