From de930d5f38edf29652f72a483f41328307e5262d Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Fri, 15 Oct 2021 18:14:40 -0500 Subject: [PATCH] Improve feathers detection --- packages/import-utils/src/create-sandbox/templates.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/import-utils/src/create-sandbox/templates.ts b/packages/import-utils/src/create-sandbox/templates.ts index 3fdd04fa..adb37db1 100644 --- a/packages/import-utils/src/create-sandbox/templates.ts +++ b/packages/import-utils/src/create-sandbox/templates.ts @@ -177,6 +177,7 @@ export function getTemplate( } if ( + totalDependencies.indexOf("@feathersjs/feathers") > -1 || totalDependencies.indexOf("@sveltech/routify") > -1 || totalDependencies.indexOf("@roxi/routify") > -1 ) {