Added the fileExtensions field to file-system-router.md (#6231)

This commit is contained in:
Corné Dorrestijn
2023-10-02 11:42:17 +02:00
committed by GitHub
parent ea956e58e9
commit 0a2d490bf8

View File

@@ -93,6 +93,7 @@ interface Bun {
style: "nextjs";
origin?: string;
assetPrefix?: string;
fileExtensions?: string[];
});
reload(): void;