mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
{
|
|
"paths": [
|
|
"frontend/src/**/*.js"
|
|
],
|
|
"ignored": [
|
|
"**/node_modules/**/*"
|
|
],
|
|
"port": 5004
|
|
}
|