mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
9 lines
111 B
Text
9 lines
111 B
Text
{
|
|
"paths": [
|
|
"frontend/src/**/*.js"
|
|
],
|
|
"ignored": [
|
|
"**/node_modules/**/*"
|
|
],
|
|
"port": 5004
|
|
}
|