mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
39 lines
688 B
JSON
39 lines
688 B
JSON
{
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "./"
|
|
}
|
|
],
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "localhost"
|
|
},
|
|
{
|
|
"pattern": "https://github.com/storybookjs/storybook/pull/*"
|
|
},
|
|
{
|
|
"pattern": "https://stackblitz.com/*"
|
|
},
|
|
{
|
|
"pattern": "https://*.chromatic.com"
|
|
},
|
|
{
|
|
"pattern": "https://www.chromatic.com/build?*"
|
|
},
|
|
{
|
|
"pattern": "http://*.nodeca.com"
|
|
},
|
|
{
|
|
"pattern": "http://definitelytyped.org/*"
|
|
},
|
|
{
|
|
"pattern": "https://yoursite.com/*"
|
|
},
|
|
{
|
|
"pattern": "https://my-specific-domain.com"
|
|
}
|
|
],
|
|
"aliveStatusCodes": [429, 200]
|
|
}
|