fix: remove path fro dev, use progress.resolve() replace

This commit is contained in:
2024-11-22 22:26:48 +08:00
parent 9e1881d06e
commit 3288b64dbf
4 changed files with 15 additions and 26 deletions

View File

@@ -1,12 +1,16 @@
{
"name": "@kevisual/user-config",
"version": "1.0.1",
"name": "@kevisual/use-config",
"version": "1.0.2",
"types": "dist/config.d.ts",
"scripts": {
"build": "npm run clean && rollup -c",
"watch": " rollup -c -w",
"clean": "rimraf dist"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src",