chore: Getting in the action builder

This commit is contained in:
BluJ
2023-04-24 12:19:12 -06:00
parent 72a7b02814
commit 0e3bf38ed4
8 changed files with 143 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
export * as configBuilder from "./builder";
export { setupConfigExports } from "./setupConfigExports";
export { setupConfig as setupConfigExports } from "./setupConfig";
export { specToBuilder, specToBuilderFile } from "./specToBuilder";
export * as dependencies from "./dependencies";