feat: add modules/storage export and bundle config files
- Add `./modules/storage` package export pointing to `modules.storage.js` - Add `modules/*/config.js` to tsup build entries for server-only configs - Add `@zen/core/modules/storage` to external dependencies in tsup config - Add `src/modules/modules.storage.js` to the second tsup build target - Update storage handler to import via `@zen/core/modules/storage` alias - Rename unused `request` param to `_request` in `handleGetFile`
This commit is contained in:
@@ -133,6 +133,9 @@
|
||||
"./modules/actions": {
|
||||
"import": "./dist/modules/modules.actions.js"
|
||||
},
|
||||
"./modules/storage": {
|
||||
"import": "./dist/modules/modules.storage.js"
|
||||
},
|
||||
"./modules/posts/crud": {
|
||||
"import": "./dist/modules/posts/crud.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user