Skip to content

Commit

Permalink
fix entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
brense committed Jul 22, 2022
1 parent b4d18ae commit 04a9046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-apollo-server",
"version": "0.0.3",
"description": "Vite plugin to apply apollo server middleware onto the vite dev server",
"main": "index.js",
"main": "lib-esm/index.js",
"scripts": {
"prepublishOnly": "tsc --p tsconfig.npm.json",
"start": "tsc",
Expand Down

0 comments on commit 04a9046

Please sign in to comment.