Skip to content

Commit

Permalink
fix: app tools export error
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Dec 6, 2024
1 parent 38150e3 commit 91f4c33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/solutions/app-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"default": "./dist/cjs/index.js"
},
"./cli/run": {
"types": "./dist/types/new/run.d.ts",
"jsnext:source": "./src/new/run.ts",
"default": "./dist/cjs/new/run.js"
"types": "./dist/types/run/index.d.ts",
"jsnext:source": "./src/run/index.ts",
"default": "./dist/cjs/run/index.js"
},
"./types": {
"types": "./lib/types.d.ts",
Expand All @@ -64,7 +64,7 @@
"./dist/types/index.d.ts"
],
"cli/run": [
"./dist/types/new/run.d.ts"
"./dist/types/run/index.d.ts"
],
"types": [
"./lib/types.d.ts"
Expand Down

0 comments on commit 91f4c33

Please sign in to comment.