We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fa37e commit c4200bcCopy full SHA for c4200bc
package.json
@@ -6,7 +6,9 @@
6
"exports": {
7
".": "./build/index.js",
8
"./api": "./build/apiProject.js",
9
- "./handlers": "./build/handlers.js"
+ "./handlers": "./build/handlers.js",
10
+ "./actions": "./build/actions.js",
11
+ "./prompts": "./build/prompts.js"
12
},
13
"author": "Max Metral <developers@pyralis.com>",
14
"license": "MIT",
0 commit comments