Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
155ad45848fff10bb5911948860af5957d5d84a5
Authored by
前端爱码士
2023-06-21 22:41:06 +0800
Committed by
GitHub
2023-06-21 22:41:06 +0800
1 parent
7535db37
fix: 修复ts-config未匹配上的文件 (#2880)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
internal/ts-config/package.json
internal/ts-config/package.json
View file @
155ad45
...
...
@@ -15,7 +15,7 @@
15
15
"files": [
16
16
"base.json",
17
17
"node.json",
18
- "vue
.json",
18
+ "vue
-app
.json",
19
19
"node-server.json"
20
20
],
21
21
"dependencies": {
...
...