increase hype factor

This commit is contained in:
EatThePooh 2026-02-20 23:55:59 +07:00
parent 81f0d027b2
commit 0ae3c1498e
7 changed files with 840 additions and 1134 deletions

View file

@ -17,13 +17,13 @@
pname = "name-placeholder";
version = "0.1.0";
src = ./.;
npmDepsHash = "sha256-+30FObMk/z+ondarQzErirWkefJZR9dNGO6JPdbwSZI=";
npmDepsHash = "sha256-EvM5ZyNQEW8RYFCfI7Bkju1qL+1y8nleXPAX3IKce78=";
npmBuildScript = "build";
};
devShells.default = pkgs.mkShell {
packages = with pkgs;
[ nodejs typescript-language-server biome ];
[ nodejs typescript-language-server ];
};
formatter = pkgs.nixpkgs-fmt;