UNPKG

@jungvonmatt/sb-migrate

Version:

CLI tool for managing Storyblok schema and content migrations

5 lines (4 loc) 444 B
export { run } from "./commands/run"; export { type Migration, type MigrationType } from "./types/migration"; export { defineMigration } from "./utils/migration"; export { textField, textareaField, bloksField, richtextField, markdownField, numberField, datetimeField, booleanField, optionsField, optionField, assetField, multiassetField, multilinkField, tableField, sectionField, customField, tabField, } from "./utils/schemaComponentHelpers";