Skip to content

Commit

Permalink
Expose new folder
Browse files Browse the repository at this point in the history
  • Loading branch information
witoszekdev committed Mar 8, 2024
1 parent 362c1f6 commit b2947b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@
"import": "./handlers/next/index.mjs",
"require": "./handlers/next/index.js"
},
"./handlers/next-edge": {
"types": "./handlers/next-edge/index.d.ts",
"import": "./handlers/next-edge/index.mjs",
"require": "./handlers/next-edge/index.js"
},
"./saleor-app": {
"types": "./saleor-app.d.ts",
"import": "./saleor-app.mjs",
Expand Down
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
"src/app-bridge/index.ts",
"src/app-bridge/next/index.ts",
"src/handlers/next/index.ts",
"src/handlers/next-edge/index.ts",
"src/middleware/index.ts",
"src/settings-manager/index.ts",
],
Expand Down

0 comments on commit b2947b2

Please sign in to comment.