heroku buildpack init

This commit is contained in:
Andras Bacsai
2022-08-11 13:20:34 +00:00
parent 7dd19c322d
commit 45be1cb49a
3 changed files with 25 additions and 2 deletions

View File

@@ -292,7 +292,13 @@ export const buildPacks = [
fancyName: 'Deno',
hoverColor: 'hover:bg-green-700',
color: 'bg-green-700'
}
},
{
name: 'heroku',
fancyName: 'Heroku Buildpack',
hoverColor: 'hover:bg-indigo-700',
color: 'bg-indigo-700'
}
];
export const scanningTemplates = {
'@sveltejs/kit': {