Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Oct 13, 2024
1 parent 5b1dc85 commit 22d2954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"private": true,
"type": "module",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions shared/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './apiPermissions.js';

0 comments on commit 22d2954

Please sign in to comment.