Skip to content

Commit

Permalink
Enhancement - API - Cambios para el proceso de actualización (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaaSTIC authored Jan 23, 2025
1 parent 85b7dc5 commit 786c4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions eda/eda_api/lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import errorMiddleware from './middleware/error.middleware';
import Router from './router';

const path = require('path');
/* SDA CUSTOM*/ // Show current node_modules folder
/* SDA CUSTOM*/ console.log("NODE MODULES PATH",require.resolve('lodash'));
const database = require('../config/database.config');
const mongoose = require('mongoose');
const compression = require('compression');
Expand Down
4 changes: 2 additions & 2 deletions eda/eda_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fullcalendar/core": "^5.1.0",
"@types/d3": "^5.16.3",
"@types/leaflet": "^1.5.13",
"@types/leaflet": "^1.9.3",
"angular2gridster": "^13.0.0",
"canvg": "^3.0.6",
"chart.js": "3.9.1",
Expand All @@ -44,7 +44,7 @@
"glob-parent": "^6.0.1",
"html2canvas": "^1.0.0-rc.5",
"jspdf": "^2.3.1",
"leaflet": "^1.6.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"ng2-charts": "4.1.1",
Expand Down

0 comments on commit 786c4ca

Please sign in to comment.