Skip to content

Commit 6f0227e

Browse files
committedNov 21, 2022
Use recursive subdirs configuration instead of manually configuring directories
1 parent 758b39b commit 6f0227e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎bsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
],
1111
"sources": {
1212
"dir": "src",
13-
"subdirs": [
14-
{ "dir": "page", "subdirs": [{ "dir": "Article" }] },
15-
{ "dir": "component" },
16-
{ "dir": "shared" }
17-
]
13+
"subdirs": true
1814
},
1915
"package-specs": [
2016
{

0 commit comments

Comments
 (0)
Please sign in to comment.