🎉 初始化项目
This commit is contained in:
8
web-app/replit.nix
Normal file
8
web-app/replit.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs }: {
|
||||
deps = [
|
||||
pkgs.nodejs-18_x
|
||||
pkgs.nodePackages.typescript-language-server
|
||||
pkgs.yarn
|
||||
pkgs.replitPackages.jest
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user