storybook/netlify.toml
2022-10-25 16:01:35 +11:00

13 lines
328 B
TOML

[build]
publish = "code/built-storybooks"
command = "yarn task --task compile --start-from=auto --no-link"
[build.environment]
NODE_VERSION = "16"
YARN_VERSION = "1.22.10"
DOTENV_DISPLAY_WARNING = "none"
STORYBOOK_EXAMPLE_APP ="true"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"