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