From d95087777879b2ea734d1bcb0f2c0b645eb101d9 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:56:53 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20set=20NPM=5FCONFIG=5FLOGLEVEL=3D?= =?UTF-8?q?verbose=20in=20app.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 00000000..fbe751d9 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "env": { + "NPM_CONFIG_LOGLEVEL": { + "value": "verbose" + } + } +} \ No newline at end of file