fix convex deployment

This commit is contained in:
Aman Varshney
2025-08-03 07:44:08 +05:30
parent ead88a78d1
commit ddf93c0927
5 changed files with 14 additions and 8 deletions

View File

@@ -21,6 +21,10 @@
"deploy": {
"cache": false,
"persistent": true
},
"deploy:convex": {
"cache": false,
"persistent": true
}
}
}