feat: init heroku buildpacks

This commit is contained in:
Andras Bacsai
2022-08-11 16:17:07 +02:00
parent de4c195641
commit 3f7cd317d6
3 changed files with 34 additions and 19 deletions

View File

@@ -292,13 +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'
}
// },
// {
// name: 'heroku',
// fancyName: 'Heroku Buildpack',
// hoverColor: 'hover:bg-indigo-700',
// color: 'bg-indigo-700'
// }
];
export const scanningTemplates = {
'@sveltejs/kit': {