mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:51:09 +08:00
17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"version": 2,
|
|
"name": "monorepo",
|
|
"public": true,
|
|
"builds": [
|
|
{
|
|
"src": "package.json",
|
|
"use": "@now/static-build",
|
|
"config": { "distDir": "built-storybooks" }
|
|
}
|
|
],
|
|
"routes": [
|
|
{ "src": "/docs", "dest": "https://storybook.js.org" },
|
|
{ "src": "/(.*)", "dest": "/built-storybooks/$1" }
|
|
]
|
|
}
|