mirror of https://github.com/lidarr/Lidarr
10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
|
{
|
||
|
"paths": [
|
||
|
"frontend/src/**/*.js"
|
||
|
],
|
||
|
"ignored": [
|
||
|
"**/node_modules/**/*"
|
||
|
],
|
||
|
"port": 5004
|
||
|
}
|