Skip to content

Commit

Permalink
chore: Test the react-server conditional export
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 9, 2025
1 parent aa5c41c commit d4dcbe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
},
"./server": {
"types": "./dist/server.d.ts",
"import": "./dist/server.js",
"import": "./dist/server/temporary-react-agnostic.js",
"react-server": "./dist/server.js",
"require": "./esm-only.cjs"
},
"./server/cache": {
Expand Down

0 comments on commit d4dcbe3

Please sign in to comment.