This commit is contained in:
hackermon
2022-11-10 21:39:20 +00:00
parent f345384331
commit 31ca1447f6
6 changed files with 669 additions and 0 deletions

6
replit.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs }: {
deps = [pkgs.nodejs-16_x
];
}