Skip to content

Commit c4be382

Browse files
authored
feat: add applools builder types (#7699)
1 parent e7d0dba commit c4be382

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/angry-results-bake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@modern-js/app-tools': patch
3+
---
4+
5+
fix: add applools builder types
6+
fix: 增加 app-tools builder 类型

packages/solutions/app-tools/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
],
7575
"deploy": [
7676
"./dist/types/plugins/deploy/exports.d.ts"
77+
],
78+
"builder": [
79+
"./dist/types/builder/index.d.ts"
7780
]
7881
}
7982
},

0 commit comments

Comments
 (0)