UNPKG

@jungvonmatt/sb-migrate

Version:

CLI tool for managing Storyblok schema and content migrations

15 lines (12 loc) 265 B
import { defineMigration } from "@jungvonmatt/sb-migrate"; const groups = [ { name: "Example Group", }, // Add more groups as needed ]; export default defineMigration({ type: "create-component-group", description: "{{migrationName}}", groups, });