mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-07 22:46:05 -08:00
Create replit.nix
This commit is contained in:
parent
f3c0fd4416
commit
efadaffd10
10
replit.nix
Normal file
10
replit.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs }: {
|
||||
deps = [
|
||||
pkgs.yarn
|
||||
pkgs.esbuild
|
||||
pkgs.nodejs-16_x
|
||||
|
||||
pkgs.nodePackages.typescript
|
||||
pkgs.nodePackages.typescript-language-server
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user