feat(nbstore): adapt op pattern (#8808)

This commit is contained in:
forehalo
2024-11-22 03:13:04 +00:00
parent 4125038ff8
commit 64656d198c
6 changed files with 275 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
"private": true,
"sideEffects": false,
"exports": {
".": "./src/index.ts"
".": "./src/index.ts",
"./op": "./src/op/index.ts"
},
"dependencies": {
"@toeverything/infra": "workspace:*",