diff options
author | 2023-10-02 11:42:17 +0200 | |
---|---|---|
committer | 2023-10-02 02:42:17 -0700 | |
commit | 0a2d490bf8cb0dbfe3ccfc936d71b33fb9c59899 (patch) | |
tree | 90c595e6e2751257ef48edaa81ad76b7173b5d82 | |
parent | ea956e58e9bac03b30d56ff74070603080913023 (diff) | |
download | bun-0a2d490bf8cb0dbfe3ccfc936d71b33fb9c59899.tar.gz bun-0a2d490bf8cb0dbfe3ccfc936d71b33fb9c59899.tar.zst bun-0a2d490bf8cb0dbfe3ccfc936d71b33fb9c59899.zip |
Added the fileExtensions field to file-system-router.md (#6231)
-rw-r--r-- | docs/api/file-system-router.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/file-system-router.md b/docs/api/file-system-router.md index 964652401..8e1fbe0fc 100644 --- a/docs/api/file-system-router.md +++ b/docs/api/file-system-router.md @@ -93,6 +93,7 @@ interface Bun { style: "nextjs"; origin?: string; assetPrefix?: string; + fileExtensions?: string[]; }); reload(): void; |