Skip to content

Commit 76f449c

Browse files
author
csg01123119
committed
fix: fixed the problem of being unable to enter the number of days to defrost cold archives
1 parent 544b937 commit 76f449c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/main.js",
55
"scripts": {
66
"test": "ava test",
7-
"dev": "./node_modules/.bin/npm-run-all --parallel build watch dev:run:proxy",
7+
"dev": "./node_modules/.bin/npm-run-all --parallel build watch dev:run",
88
"dev:run": "./node_modules/.bin/cross-env NODE_ENV=development electron .",
99
"dev:run:proxy": "./node_modules/.bin/cross-env http_proxy=http://127.0.0.1:9090 https_proxy=http://127.0.0.1:9090 NODE_ENV=development electron .",
1010
"postbuild": "node gen",

0 commit comments

Comments
 (0)