Skip to content

Commit 596569a

Browse files
committed
fix(config): change file root to allow commit
1 parent 71b7f3b commit 596569a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"includes": ["**", "!dist", "!**/package.json", "!**/vocab.json", "!public/configuration.json"]
10+
"includes": ["**", "!portal/dist", "!**/package.json", "!**/vocab.json", "!public/configuration.json"]
1111
},
1212
"formatter": {
1313
"enabled": true,

0 commit comments

Comments
 (0)