chore: add initial Node.js configuration files
All checks were successful
CI / lint-and-test (push) Successful in 23s
Docker Build and Release / build-and-push (push) Successful in 1m1s
Docker Build and Release / release (push) Successful in 10s

- Created a .gitignore file to exclude node_modules from version control.
- Added package-lock.json to manage project dependencies and ensure consistent installations.
This commit is contained in:
2026-02-25 09:47:17 +03:00
parent d5da265b5f
commit 5334a4aeac
2 changed files with 1375 additions and 0 deletions

1
webapp/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules/

1374
webapp/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff