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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@
|
||||
.depbe.sh
|
||||
node_modules
|
||||
node_modules/*
|
||||
**/package-lock.json
|
||||
backend/.env
|
||||
backend/images
|
||||
backend/images/*
|
||||
|
||||
Reference in New Issue
Block a user