Skip to content

Commit

Permalink
🔧 Fix NextJS build (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 3, 2023
1 parent ea11cd2 commit d39a557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./index.ts",
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./index.ts",
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
Expand Down

0 comments on commit d39a557

Please sign in to comment.