mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
83677e31a2
* feat: server reload watch mode * chore:update format
17 lines
253 B
JSON
17 lines
253 B
JSON
{
|
|
"verbose": false,
|
|
"ext": "ts,json,js",
|
|
"ignore": [
|
|
"*.test.js",
|
|
"*.spec.js",
|
|
"website/*",
|
|
"test/*",
|
|
"assets/*",
|
|
"docker-examples/*",
|
|
"packages/plugins/ui-theme/*",
|
|
"scripts/*",
|
|
"systemd/*",
|
|
"docs/*"
|
|
]
|
|
}
|