mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-19 03:01:19 +02:00
9 lines
111 B
Text
9 lines
111 B
Text
{
|
|
"paths": [
|
|
"frontend/src/**/*.js"
|
|
],
|
|
"ignored": [
|
|
"**/node_modules/**/*"
|
|
],
|
|
"port": 5004
|
|
}
|