Skip to content
Prev Previous commit
Next Next commit
Update pixel.jsonc
  • Loading branch information
aslilac committed Jul 20, 2026
commit a8e887972cce68642ec81cd4e3bb3fa3e46d0014
22 changes: 11 additions & 11 deletions site/pixel.jsonc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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/"
"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": 64,
"matrix": {
"browsers": ["chrome"],
"viewports": ["mobile", "tablet", "desktop"],
"themes": ["light", "dark"]
}
"shotConcurrency": 64,
"matrix": {
"browsers": ["chrome"],
"viewports": ["mobile", "tablet", "desktop"],
"themes": ["light", "dark"]
}
}
Loading