mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
24 lines
407 B
JSON
24 lines
407 B
JSON
{
|
|
"version": 2,
|
|
"name": "monorepo",
|
|
"public": true,
|
|
"builds": [
|
|
{
|
|
"src": "package.json",
|
|
"use": "@now/static-build",
|
|
"config": {
|
|
"distDir": "built-storybooks"
|
|
}
|
|
}
|
|
],
|
|
"build": {
|
|
"env": {
|
|
"DOTENV_DISPLAY_WARNING": "none",
|
|
"STORYBOOK_EXAMPLE_APP":"true"
|
|
}
|
|
},
|
|
"routes": [
|
|
{ "src": "/(.*)", "dest": "/built-storybooks/$1" }
|
|
]
|
|
}
|