Include Elixir template

This commit is contained in:
Daniel Flanagan 2024-02-20 20:14:52 -06:00
parent aa520ec9b1
commit 69de429142
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -7,4 +7,8 @@
path = ./deno;
description = "A template for working on a TypeScript and Deno project";
};
elixir = {
path = ./elixir;
description = "A template for working on an Elixir project";
};
}