mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 03:51:42 +00:00
* fix: reduce peak memory in source builds * fix(build): preserve CLI no-dts fast path * fix(build): preserve forwarded tsdown selectors --------- Co-authored-by: openclaud11-sys <openclaud1.1@gmail.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>
4 lines
209 B
JavaScript
4 lines
209 B
JavaScript
// Shared config names let the build wrapper isolate the large unified DTS graph.
|
|
export const TSDOWN_PACKAGE_CONFIG_GROUP = "openclaw-packages";
|
|
export const TSDOWN_UNIFIED_CONFIG_GROUP = "openclaw-unified";
|