feat: add .nvmrc files for Node.js version consistency

- Add .nvmrc in project root specifying latest LTS version
- Add .nvmrc in frontend directory for development consistency
- Ensures all developers use the same Node.js version
- Enables automatic version switching with nvm
This commit is contained in:
pacnpal
2025-08-23 18:50:27 -04:00
parent 02c7cbd1cd
commit 92f4104d7a
2 changed files with 2 additions and 0 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
lts/*

1
frontend/.nvmrc Normal file
View File

@@ -0,0 +1 @@
lts/*