@pixeleye/cli-config
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -23,2 +23,3 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { | ||
}, | ||
boothConcurrency: 4, | ||
maskColor: "#FF00FF", | ||
@@ -146,2 +147,3 @@ css: void 0, | ||
maskColor: envFn("PIXELEYE_MASK_COLOR"), | ||
boothConcurrency: Number(envFn("PIXELEYE_BOOTH_CONCURRENCY") || "4") || 4, | ||
storybookOptions: JSON.parse( | ||
@@ -148,0 +150,0 @@ envFn("PIXELEYE_STORYBOOK_OPTIONS") || "{}" |
@@ -115,2 +115,8 @@ import { DeviceDescriptor } from "@pixeleye/cli-devices"; | ||
/** | ||
* Defines how many browser pages we run at the same time. | ||
* This can be useful if you have a more powerful machine and want to speed up the process. | ||
* @default 6 | ||
*/ | ||
boothConcurrency?: number; | ||
/** | ||
* Storybook specific options. | ||
@@ -117,0 +123,0 @@ */ |
{ | ||
"name": "@pixeleye/cli-config", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"private": false, | ||
@@ -20,4 +20,4 @@ "license": "AGPL-3.0", | ||
"rimraf": "^5.0.5", | ||
"@pixeleye/eslint-config": "0.0.0", | ||
"@pixeleye/esbuild": "0.0.0", | ||
"@pixeleye/eslint-config": "0.0.0", | ||
"@pixeleye/tsconfig": "0.0.0" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3445077
65731