Skip to content

Commit

Permalink
switch next-logger preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunnCO committed Apr 25, 2024
1 parent df24ea8 commit 1433318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"predev": "yarn workspace gap-web-ui build",
"build": "next build",
"format": "prettier --write .",
"start": "NODE_OPTIONS='-r next-logger' next start",
"start": "NODE_OPTIONS='-r next-logger/presets/next-only' next start",
"lint": "next lint",
"integration": "yarn cypress run",
"integration:gui": "yarn run cypress open",
Expand Down

0 comments on commit 1433318

Please sign in to comment.