configure_migration
Configure the source and target directories for migrating from Nuxt 2 to Nuxt 4. The source path is required.
Instructions
Configure migration source and target paths.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Absolute path to source Nuxt 2 codebase | |
| targetPath | No | Absolute path to target Nuxt 4 codebase |