This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable no-console */ | |
import execa from "execa"; | |
import { globby } from "globby"; | |
import codeshift from "jscodeshift"; | |
import fs from "node:fs"; | |
import path from "node:path"; | |
const TYPES = [ | |
{ fileName: "adapter", usePods: false }, | |
{ fileName: "component", usePods: false, alsoMoveTemplate: true }, |