Output Paths — AppHandoff Documentation

Output paths tell AppHandoff where your backend serves API routes and where your frontend makes API calls. Configuring output paths correctly ensures the scanner finds all relevant endpoints and does not waste time analyzing unrelated files like tests, scripts, or documentation.

Set output paths in the project settings panel. For backend repositories, specify the directory containing your route handlers, such as app/api or routes/. For frontend repositories, point to the directory with your API client code, such as src/lib/api or services/. The scanner respects glob patterns, so you can include or exclude specific subdirectories.