There should be a way to include custom routes. I see at least 2 ways: - enhance DSL to have parameters for specifying file names to include - use Convention Over Configuration approach where we include all files named `*_routes.{ext}` automatically if they exist Plan: - [x] js - [x] ts - [x] go - [x] python