initial commit;

This commit is contained in:
Peter Harpending
2025-09-16 14:41:39 -07:00
commit 71909e79b0
11 changed files with 810 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{application,fewd,
[{description,"Front End Web Dev in Erlang stuff"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.0"},
{modules,[fd_client,fd_client_man,fd_client_sup,fd_clients,
fd_sup,fewd]},
{mod,{fewd,[]}}]}.