fix convex imports

This commit is contained in:
Aman Varshney
2025-05-27 22:53:08 +05:30
parent 5d71832518
commit 1c2e8f12ac
16 changed files with 23 additions and 22 deletions

View File

@@ -1,10 +1,6 @@
{
"name": "@{{projectName}}/backend",
"version": "1.0.0",
"private": true,
"exports": {
"./convex/*": "./convex/*"
},
"scripts": {
"dev": "convex dev",
"setup": "convex dev --configure --until-success"