From ed9e64805feab8e84b2debf09534c7eaa23574c4 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 19 Sep 2023 04:33:58 -0700 Subject: Delete long-broken package which is causing confusion --- packages/bun-framework-next/appInjector.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 packages/bun-framework-next/appInjector.js (limited to 'packages/bun-framework-next/appInjector.js') diff --git a/packages/bun-framework-next/appInjector.js b/packages/bun-framework-next/appInjector.js deleted file mode 100644 index e8bf22d21..000000000 --- a/packages/bun-framework-next/appInjector.js +++ /dev/null @@ -1,15 +0,0 @@ -export function maybeInjectApp(expr) { - var app; - try { - const path = Bun.routesDir + "/_app"; - app = Bun.resolveSync(path, Bun.cwd + "/"); - } catch (exception) { - return undefined; - } - - return ( - <> - - - ); -} -- cgit v1.2.3