mirror of
https://github.com/strapi/strapi.git
synced 2025-07-16 05:22:05 +00:00
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
![]() |
{
|
||
|
"root": true,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["admin/**/*"],
|
||
|
"extends": ["custom/front"]
|
||
|
},
|
||
|
{
|
||
|
"files": ["**/*"],
|
||
|
"excludedFiles": ["admin/**/*"],
|
||
|
"extends": ["custom/back"]
|
||
|
}
|
||
|
]
|
||
|
}
|