feat: 11ty buildpack

This commit is contained in:
Andras Bacsai
2022-02-24 00:30:33 +01:00
parent 15a3fd4456
commit fd95936219
3 changed files with 37 additions and 11 deletions

View File

@@ -11,6 +11,7 @@ import vuejs from './vuejs';
import php from './php';
import rust from './rust';
import astro from './static';
import eleventy from './static';
export {
node,
@@ -25,5 +26,6 @@ export {
vuejs,
php,
rust,
astro
astro,
eleventy
};