Skip to content

Commit

Permalink
chore: disable debug logs for api
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed Mar 31, 2023
1 parent 7419f0e commit b8f97bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superplate-cli",
"version": "1.15.0",
"version": "1.15.1",
"description": "The frontend boilerplate with superpowers",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const api = async (
const sao = new SAO({
generator,
outDir,
logLevel: 4,
logLevel: 1,
appName: applicationName,
answers: true,
extras: {
Expand Down

0 comments on commit b8f97bc

Please sign in to comment.