Skip to content

Commit

Permalink
Remove actions from export
Browse files Browse the repository at this point in the history
  • Loading branch information
witoszekdev committed Feb 3, 2025
1 parent 1d1ff8f commit 6565ca4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@
"import": "./handlers/shared/index.mjs",
"require": "./handlers/shared/index.js"
},
"./handlers/actions": {
"types": "./handlers/actions/index.d.ts",
"import": "./handlers/actions/index.mjs",
"require": "./handlers/actions/index.js"
},
"./saleor-app": {
"types": "./saleor-app.d.ts",
"import": "./saleor-app.mjs",
Expand Down
2 changes: 0 additions & 2 deletions src/handlers/actions/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineConfig({
"app-bridge/next/index": "src/app-bridge/next/index.ts",
"settings-manager/index": "src/settings-manager/index.ts",
"handlers/shared/index": "src/handlers/shared/index.ts",
"handlers/actions/index": "src/handlers/actions/index.ts",

// Mapped exports
"handlers/next/index": "src/handlers/platforms/next/index.ts",
Expand Down

0 comments on commit 6565ca4

Please sign in to comment.