@jungvonmatt/sb-migrate
Version:
CLI tool for managing Storyblok schema and content migrations
13 lines (11 loc) • 349 B
text/typescript
import { defineMigration } from "@jungvonmatt/sb-migrate";
export default defineMigration({
type: "update-component-group",
// Replace with actual ID when implementing the migration
id: "example-group-id",
description: "{{migrationName}}",
group: {
name: "Updated Group Name",
// Add additional properties here if needed
},
});