Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ node_modules

# Firebase files
.firebaserc
.firebase
.firebase

# Client configuration file
client/web/angular-customer-app/src/environments/environment.development.ts
6 changes: 3 additions & 3 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# see: https://developers.google.com/idx/guides/customize-idx-env
{ pkgs, ... }: {
# Which nixpkgs channel to use.
channel = "stable-24.05"; # or "unstable"
channel = "stable-25.05"; # or "unstable"

# Use https://search.nixos.org/packages to find packages
packages = [
pkgs.nodejs_22
pkgs.jdk19
pkgs.nodejs_24
pkgs.jdk24
pkgs.nodePackages.nodemon
];

Expand Down
Loading