From b8f97bc3354bbd14671ffd9c83625b09521d6d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20APLAK?= Date: Fri, 31 Mar 2023 17:04:57 +0300 Subject: [PATCH] chore: disable debug logs for api --- package.json | 2 +- src/api.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dc5b211e..da8eedb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superplate-cli", - "version": "1.15.0", + "version": "1.15.1", "description": "The frontend boilerplate with superpowers", "license": "MIT", "repository": { diff --git a/src/api.ts b/src/api.ts index a75172b4..b43c138c 100644 --- a/src/api.ts +++ b/src/api.ts @@ -18,7 +18,7 @@ export const api = async ( const sao = new SAO({ generator, outDir, - logLevel: 4, + logLevel: 1, appName: applicationName, answers: true, extras: {