mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
16 lines
463 B
JSON
16 lines
463 B
JSON
{
|
|
"projectId": "019eb90c-3c26-70ee-8e97-230f1b0388b9",
|
|
"platformAccessUrl": "https://pixel.coder.com",
|
|
"storybook": {
|
|
"buildCommand": "pnpm exec storybook build --test --disable-telemetry --stats-json storybook-static/",
|
|
"outputDirectory": "storybook-static/"
|
|
},
|
|
"shotConcurrency": 32,
|
|
"matrix": {
|
|
"browsers": ["chrome"],
|
|
// TODO: Add "phone" and "tablet" when upgrading to pixel-storybook 0.3.
|
|
"viewports": ["desktop"],
|
|
"themes": ["dark"]
|
|
}
|
|
}
|