Skip to content

Commit

Permalink
fixx
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Dec 2, 2024
1 parent 479bba7 commit 6ea99f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/uploadthing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
}
},
"./tw": {
"browser": "./tw/index.browser.js",
"import": {
"types": "./tw/index.d.ts",
"default": "./tw/index.js"
},
"require": {
"types": "./tw/index.d.cts",
"default": "./tw/index.cjs"
},
"browser": "./tw/index.browser.js"
}
},
"./fastify": {
"import": {
Expand Down
2 changes: 2 additions & 0 deletions packages/uploadthing/src/tw/index.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ export function withUt(twConfig: Config) {
}

twConfig.plugins.push(uploadthingPlugin);

return twConfig;
}

0 comments on commit 6ea99f2

Please sign in to comment.