From 0a2d490bf8cb0dbfe3ccfc936d71b33fb9c59899 Mon Sep 17 00:00:00 2001 From: Corné Dorrestijn Date: Mon, 2 Oct 2023 11:42:17 +0200 Subject: Added the fileExtensions field to file-system-router.md (#6231) --- docs/api/file-system-router.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/api') 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; -- cgit v1.2.3