mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
19 lines
411 B
YAML
19 lines
411 B
YAML
compressionLevel: 0
|
|
|
|
enableGlobalCache: true
|
|
|
|
nodeLinker: node-modules
|
|
|
|
npmRegistryServer: "https://registry.yarnpkg.com"
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
spec: "@yarnpkg/plugin-typescript"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
|
|
|
unsafeHttpWhitelist:
|
|
- localhost
|
|
|
|
yarnPath: .yarn/releases/yarn-3.1.1.cjs
|