aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corné Dorrestijn <contact@corne.info> 2023-10-02 11:42:17 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-02 02:42:17 -0700
commit0a2d490bf8cb0dbfe3ccfc936d71b33fb9c59899 (patch)
tree90c595e6e2751257ef48edaa81ad76b7173b5d82
parentea956e58e9bac03b30d56ff74070603080913023 (diff)
downloadbun-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.md1
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;