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.cjs CHANGED
@@ -337,7 +337,7 @@ async function connectMongoDB(config) {
337
337
  process.exit(1);
338
338
  }
339
339
  }
340
- dotenv__default.default.config();
340
+ dotenv__default.default.config({ quiet: true });
341
341
  function loadEnv(options) {
342
342
  const result = options.schema.safeParse(process.env);
343
343
  if (!result.success) {