chore: move build utilities to Compiler class (#10904)

Fixes: FRMW-2866
This commit is contained in:
Harminder Virk
2025-01-10 11:30:48 +00:00
committed by GitHub
parent c1930bd656
commit 428fce5313
5 changed files with 389 additions and 273 deletions
+1
View File
@@ -27,6 +27,7 @@
"./feature-flags": "./dist/feature-flags/index.js",
"./utils": "./dist/utils/index.js",
"./types": "./dist/types/index.js",
"./build-tools": "./dist/build-tools/index.js",
"./orchestration": "./dist/orchestration/index.js",
"./workflows-sdk": "./dist/workflows-sdk/index.js",
"./workflows-sdk/composer": "./dist/workflows-sdk/composer.js",