elseware-nodejs 1.7.6 → 1.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -322,7 +322,7 @@ async function connectMongoDB(config) {
322
322
  process.exit(1);
323
323
  }
324
324
  }
325
- dotenv.config();
325
+ dotenv.config({ quiet: true });
326
326
  function loadEnv(options) {
327
327
  const result = options.schema.safeParse(process.env);
328
328
  if (!result.success) {