Update file-system-router.md (#2365)

This commit is contained in:
Haris Sulaiman
2023-03-11 14:58:33 +05:30
committed by GitHub
parent a4fdc1e0d5
commit d61e90d558

View File

@@ -1,4 +1,4 @@
Bun provides a fast API for resolving routes against file-system paths. This API is primarily intended by library authors. At the moment only Next.js-style file-system routing is supported, but other styles may be added in the future.
Bun provides a fast API for resolving routes against file-system paths. This API is primarily intended for library authors. At the moment only Next.js-style file-system routing is supported, but other styles may be added in the future.
## Next.js-style