diff --git a/flake.nix b/flake.nix index 28de54f..4ad4b77 100644 --- a/flake.nix +++ b/flake.nix @@ -14,21 +14,12 @@ { devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ - # Node.js LTS with npm - nodejs_20 - - # Go for backend + nodejs_25 go - - # Build tools pkg-config - - # Development utilities git curl jq - - # Optional: for better development experience gnumake ]; diff --git a/src/App.vue b/src/App.vue index 70b378f..e3779cd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,4 @@