From bc0ec2c6096004968a083d89a217e7e5639be4cc Mon Sep 17 00:00:00 2001 From: keyan Date: Tue, 5 Oct 2021 12:53:53 -0700 Subject: [PATCH] debug build) --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 0817c9ea..9c0c8ce5 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ const { withPlausibleProxy } = require('next-plausible') const data = require('/opt/elasticbeanstalk/deployment/app_version_manifest.json') // eslint-disable-line -console.log(data) +console.error(data, process.env) module.exports = withPlausibleProxy()({ generateBuildId: async () => {