Enhance model path handling in modelsProxyService.js

- Refactored model source directory logic to dynamically select between production and local paths.
- Updated error messages to provide clearer context on model source lookup failures.
- Added package-lock.json to .gitignore to streamline dependency management.
This commit is contained in:
Torsten Schulz (local)
2026-01-22 13:50:47 +01:00
parent a8fdcd179e
commit 69a83c584b
2 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@
.depbe.sh
node_modules
node_modules/*
**/package-lock.json
backend/.env
backend/images
backend/images/*