This commit is contained in:
lovebird 2026-02-17 21:11:53 +01:00
parent 891de54560
commit 3fc0893e0c

View File

@ -16,7 +16,10 @@
"pm-acl": "./dist-in/main.js"
},
"exports": {
".": "./dist-in/index.js"
".": "./dist-in/index.js",
"./vfs": "./dist-in/vfs/AclVfsClient.js",
"./vfs/decorated": "./dist-in/vfs/DecoratedVfsClient.js",
"./vfs/acl": "./dist-in/vfs/vfs-acl.js"
},
"scripts": {
"build": "tsc",
@ -39,4 +42,4 @@
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}
}