mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
13 lines
370 B
JSON
13 lines
370 B
JSON
{
|
|
"name": "bench/react-vite-default-ts-nodocs",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"implicitDependencies": ["core", "addon-links", "addon-onboarding", "blocks", "react-vite"],
|
|
"targets": {
|
|
"sandbox": {},
|
|
"sb:dev": {},
|
|
"sb:build": {}
|
|
},
|
|
"tags": ["ci:normal", "ci:merged", "ci:daily"]
|
|
}
|