瀏覽代碼

解决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"