mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
10 lines
161 B
Text
10 lines
161 B
Text
{
|
|
"paths": [
|
|
"frontend/src/**/*.js",
|
|
"src/NzbDrone.Core/Localization/Core/*.json"
|
|
],
|
|
"ignored": [
|
|
"**/node_modules/**/*"
|
|
],
|
|
"port": 5004
|
|
}
|