From 4e334d4fff777c078181fad9b4f310ac453ec5c0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 1 Apr 2022 14:41:38 +0200 Subject: [PATCH] fix: Use NodeJS for sveltekit for now --- src/lib/components/templates.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/components/templates.ts b/src/lib/components/templates.ts index 1b2e7346d..5ad62f6fa 100644 --- a/src/lib/components/templates.ts +++ b/src/lib/components/templates.ts @@ -252,6 +252,9 @@ export const buildPacks = [ } ]; export const scanningTemplates = { + '@sveltejs/kit': { + buildPack: 'nodejs' + }, astro: { buildPack: 'astro' },