Add changelog for #4234

This commit is contained in:
Aleix Conchillo Flaqué
2026-04-02 21:16:49 -07:00
parent 1ab07d312f
commit 796a10fe9c

1
changelog/4234.added.md Normal file
View File

@@ -0,0 +1 @@
- The development runner now exports a module-level `app` FastAPI instance (`from pipecat.runner.run import app`) so you can register custom routes before calling `main()`.