UNPKG

@jungvonmatt/sb-migrate

Version:

CLI tool for managing Storyblok schema and content migrations

9 lines (7 loc) 248 B
import { defineMigration } from "@jungvonmatt/sb-migrate"; export default defineMigration({ type: "delete-component", description: "{{migrationName}}", // The name of the component to delete (case-sensitive) name: "example-component", });