Started windows compatibility
Dynamic routes can now be defined by creating a file starting with an _ eg: /routes/user/_id.ts. Files starting with : still work for now.
Breaking change:
In previous versions, files starting with _ were ignored and not added to the express app as a route. From this version, these files will be added as dynamic routes.