mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 14:02:03 +02:00
Initial commit
This commit is contained in:
9
replit.nix
Normal file
9
replit.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs }: {
|
||||
deps = [
|
||||
pkgs.run
|
||||
pkgs.nodejs-12_x
|
||||
pkgs.nodePackages.typescript-language-server
|
||||
pkgs.yarn
|
||||
pkgs.replitPackages.jest
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user