feat: add package.json to export map

This commit is contained in:
alex8088 2023-12-11 21:39:11 +08:00
parent 4f12196e54
commit dc87a798ab

View file

@ -14,7 +14,8 @@
}, },
"./node": { "./node": {
"types": "./node.d.ts" "types": "./node.d.ts"
} },
"./package.json": "./package.json"
}, },
"bin": { "bin": {
"electron-vite": "bin/electron-vite.js" "electron-vite": "bin/electron-vite.js"