chore: 更新依赖,优化wsl下开发体验
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user