소스 검색

解决package.json 的main配置格式问题

zhouyang.xie 2 달 전
부모
커밋
562f6eac71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -1,5 +1,4 @@
 {
-  "main": "electron/main.mjs",
   "name": "thunderstrike",
   "type": "module",
   "version": "0.0.1",
@@ -29,6 +28,7 @@
     "axios",
     "nprogress"
   ],
+  "main": "electron/main.mjs",
   "engines": {
     "node": ">=20",
     "pnpm": ">=9"