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