Skip to content

Commit cfb0ce5

Browse files
committed
chore: Trying things (apparently order matters)
1 parent 141af29 commit cfb0ce5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/nuqs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@
6060
},
6161
"./server": {
6262
"types": "./dist/server.d.ts",
63-
"import": "./dist/server/temporary-react-agnostic.js",
6463
"react-server": "./dist/server.js",
64+
"default": "./dist/server/temporary-react-agnostic.js",
65+
"import": "./dist/server/temporary-react-agnostic.js",
6566
"require": "./esm-only.cjs"
6667
},
6768
"./server/cache": {

0 commit comments

Comments
 (0)