chore: 更新依赖,优化wsl下开发体验

This commit is contained in:
lblblong
2021-11-18 14:52:07 +08:00
parent 112fa6e55e
commit e449e92f5a
7 changed files with 43 additions and 44 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"homepage": ".",
"app": "../../utools/index.js",
"app": "../../public/index.js",
"targets": {
"app": {
"source": "src/index.ts",
@@ -13,7 +13,7 @@
}
},
"scripts": {
"build": "rm -rf ../utools/index.js && parcel build"
"build": "rm -rf ../public/index.js && parcel build"
},
"dependencies": {
"localtunnel": "^2.0.2",