{
    "$schema": "https://json-schema.org/schema",
    "$id": "NxViteConvertToInferred",
    "description": "Convert existing Vite project(s) using `@nx/vite:*` executors to use `@nx/vite/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target.",
    "title": "Convert Vite project from executor to plugin",
    "type": "object",
    "properties": {
        "project": {
            "type": "string",
            "description": "The project to convert from using the `@nx/vite:*` executors to use `@nx/vite/plugin`.",
            "x-priority": "important"
        },
        "skipFormat": {
            "type": "boolean",
            "description": "Whether to format files at the end of the migration.",
            "default": false
        }
    }
}
