From 5767ad3fc59d1973897dd8baf5be601754f50c79 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 22 Nov 2022 21:34:37 -0800 Subject: Remove some dead code --- src/bun.js/api/filesystem_router.classes.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bun.js/api/filesystem_router.classes.ts') diff --git a/src/bun.js/api/filesystem_router.classes.ts b/src/bun.js/api/filesystem_router.classes.ts index 987ed620e..9bcf56dd3 100644 --- a/src/bun.js/api/filesystem_router.classes.ts +++ b/src/bun.js/api/filesystem_router.classes.ts @@ -63,6 +63,7 @@ export default [ getter: "getFilePath", cache: true, }, + // this is for compatibiltiy with bun-framework-next old versions scriptSrc: { getter: "getScriptSrc", cache: true, -- cgit v1.2.3