How do I scan a specific directory instead of the whole project?
FAQ resource for your migration project.
FAQ resource for How do I scan a specific directory instead of the whole project?.
Answer
Pass the path as an argument: vibgrate scan ./packages/api or vibgrate scan /absolute/path/to/project. The scan will discover projects recursively from that path. To exclude subdirectories, use the exclude array in vibgrate.config.ts.