mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-27 13:17:51 +02:00
🔧 Fix biome includes
This commit is contained in:
parent
a5dd1f6bd9
commit
c50016f11a
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"includes": [
|
"includes": [
|
||||||
"src/**",
|
"apps/**/src/**",
|
||||||
|
"packages/**/src/**",
|
||||||
"!**/apps/landing/public/static/scripts/mailerlite.js"
|
"!**/apps/landing/public/static/scripts/mailerlite.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue