Skip to content

Commit

Permalink
export bin for require.resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Dec 5, 2023
1 parent 4696a82 commit e8356aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"./react-node-loader": {
"types": "./dist/react-server-dom-webpack/node-loader.d.ts",
"default": "./dist/react-server-dom-webpack/node-loader.js"
}
},
"./bins/rw-vite-build.mjs": "./bins/rw-vite-build.mjs"
},
"bin": {
"rw-dev-fe": "./dist/devFeServer.js",
Expand Down

0 comments on commit e8356aa

Please sign in to comment.