2Branches0Tags
GL
glucryptoSync production with master template updates
dc969c112 days ago54Commits
typescript
export type { DeltaNeutralConfig } from "./config/types"; export { TEMPLATE_CONFIG_DEFAULTS, TEMPLATE_CONFIG_ENV_VAR, TEMPLATE_CONFIG_VERSION, } from "./config/defaults"; export { TEMPLATE_CONFIG_SCHEMA } from "./config/schema"; export { DELTA_NEUTRAL_TEMPLATE_CONFIG, readConfig, resolveProfileAssets, resolveScheduleConfig, } from "./config/normalize";