feat: initial deno support

This commit is contained in:
lichtscheu
2022-04-19 22:08:42 +02:00
parent 0c3a381d1f
commit 591ee29e0d
7 changed files with 102 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ import rust from './rust';
import astro from './static';
import eleventy from './static';
import python from './python';
import deno from './deno';
export {
node,
@@ -29,5 +30,6 @@ export {
rust,
astro,
eleventy,
python
python,
deno
};