@amplication/plugin-db-mongo
Advanced tools
Comparing version 1.2.4-beta.3 to 1.2.4-beta.4
{ | ||
"name": "@amplication/plugin-db-mongo", | ||
"version": "1.2.4-beta.3", | ||
"version": "1.2.4-beta.4", | ||
"description": "Use a Mongo database in a service generated by Amplication", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -147,7 +147,7 @@ import { resolve } from "path"; | ||
console.log( | ||
modules.find((x) => x.path.includes("health.service.base"))?.path | ||
const updateModules = modules.filter( | ||
(x) => !x.path.includes("health.service.base") | ||
); | ||
return [...staticsFiles, ...modules]; | ||
return [...staticsFiles, ...updateModules]; | ||
} | ||
@@ -154,0 +154,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
172922
1899