UNPKG

@jungvonmatt/sb-migrate

Version:

CLI tool for managing Storyblok schema and content migrations

9 lines (7 loc) 253 B
import { defineMigration } from "@jungvonmatt/sb-migrate"; export default defineMigration({ type: "delete-component-group", // Replace with actual ID when implementing the migration id: "example-group-id", description: "{{migrationName}}", });