添加连接中状态

This commit is contained in:
lblblong
2021-08-04 10:35:20 +08:00
parent 3f845f4e21
commit 154a35ce80
11 changed files with 79 additions and 22 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"homepage": ".",
"main": "./dist/index.js",
"scripts": {
"serve": "parcel src/index.ts --out-dir ../build-preload --target node --bundle-node-modules",
"build": "rm -rf ../build-preload && parcel build src/index.ts --out-dir ../build-preload --target node --bundle-node-modules --no-source-maps"
"serve": "parcel src/index.ts --out-dir ../utools/ --target node --bundle-node-modules",
"build": "rm -rf ../utools/index.js && parcel build src/index.ts --out-dir ../utools --target node --bundle-node-modules --no-source-maps"
},
"dependencies": {
"localtunnel": "^2.0.1",