* feat(api): Add endpoint to get list of starter projects with error handling.
* feat: Add test for getting starter projects with valid API key.
* [autofix.ci] apply automated fixes
* refactor(langflow): Update function name from get_all_graphs_dump to get_starter_projects_dump.
* bug: fixes route collision
* bug: fixes serialization
* chore: move endpoint to new file
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: italojohnny <italojohnnydosanjos@gmail.com>
* refactor: move tests folder to src/backend
* chore(Makefile): update pytest commands to run tests from the correct directory paths for unit and integration tests
* refactor: update file path in test_custom_component.py
The file path in the test_custom_component.py file has been updated to use the correct relative path to the component_multiple_outputs.py file. This change ensures that the test code can access the correct file and improves the reliability of the test.