mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
13 lines
323 B
TOML
13 lines
323 B
TOML
[build]
|
|
publish = "built-storybooks"
|
|
command = "yarn bootstrap --core && yarn build-storybooks --all"
|
|
[build.environment]
|
|
NODE_VERSION = "12"
|
|
YARN_VERSION = "1.22.10"
|
|
DOTENV_DISPLAY_WARNING = "none"
|
|
STORYBOOK_EXAMPLE_APP ="true"
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Access-Control-Allow-Origin = "*"
|