feat: 重构权限管理,添加短链接支持,更新 API 导入路径,移除旧的 convex.ts 文件
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"nanoid": "^5.1.6"
|
||||
},
|
||||
"exports": {
|
||||
".": "./convex/_generated/api.js"
|
||||
".": "./convex/_generated/api.js",
|
||||
"./admin.ts": "./convex/admin.ts"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user