UNPKG

@jungvonmatt/sb-migrate

Version:

CLI tool for managing Storyblok schema and content migrations

9 lines (7 loc) 232 B
import { defineMigration } from "@jungvonmatt/sb-migrate"; export default defineMigration({ type: "delete-datasource", description: "{{migrationName}}", // Can be either a numeric ID or a slug id: "example-datasource", });