This commit is contained in:
Vanessa 2022-08-01 10:29:21 +08:00
parent dc35c167b4
commit 0da5bb7e71
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ NPM mirror:
On the desktop, go to the app folder to run:
* `pnpm install electron@19.0.10 -D`
* `ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/ pnpm install electron@19.0.10 -D`
* `pnpm run dev`
* `pnpm run start`

View file

@ -4,7 +4,7 @@
"description": "Build Your Eternal Digital Garden",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",
"packageManager": "pnpm@7.5.1",
"packageManager": "pnpm@7.8.0",
"scripts": {
"lint": "eslint . --fix --ext .ts",
"dev": "webpack --mode development",