wip: adding some of the spec to builder.

This commit is contained in:
BluJ
2023-04-10 16:48:11 -06:00
parent 0987303a0b
commit 9810c222dd
3 changed files with 161 additions and 164 deletions

View File

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