mirror of
https://github.com/ValueCell-ai/ClawX.git
synced 2026-08-14 00:48:10 +00:00
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
export const DEFAULT_E2E_WORKERS = 2;
|
|
export const E2E_EXCLUSIVE_TAG = '@exclusive';
|
|
export const E2E_PERFORMANCE_TAG = '@performance';
|