mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:41:08 +08:00
11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"version": 2,
|
|
"name": "monorepo",
|
|
"builds": [
|
|
{ "src": "examples/official-storybook/package.json", "use": "@now/static-build", "config": { "distDir": "storybook-static" } }
|
|
],
|
|
"routes": [
|
|
{ "src": "/(.*)", "dest": "/examples/$1" }
|
|
]
|
|
}
|