We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c101819 commit 7e5a5a4Copy full SHA for 7e5a5a4
1 file changed
chat2db-client/package.json
@@ -7,7 +7,7 @@
7
"url": "https://github.com/chat2db/Chat2DB"
8
},
9
"author": "fjy, hexi",
10
- "main": "src/main/dist/index.js",
+ "main": "src/main/main.js",
11
"scripts": {
12
"build": "npm run build:web && npm run build:main",
13
"build:desktop": "npm run build:web:desktop && npm run build:main:prod",
@@ -96,7 +96,8 @@
96
"asar": false,
97
"files": [
98
"dist/**/*",
99
- "src/main/dist/**/*",
+ "src/main/preload.js",
100
+ "src/main/main.js",
101
"versions/**/*",
102
"package.json",
103
"!node_modules/**/*"
0 commit comments