Skip to content

Commit

Permalink
Solve annoying Tailwind logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jan 4, 2024
1 parent 3e761db commit 5749525
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/start-frontend
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ set -e
# pass first argument to WEBPACK_HOT_RELOAD_HOST
[ $# -ge 1 ] && export WEBPACK_HOT_RELOAD_HOST=$1

# DEBUG=1 might be exported to this script from a parent, but we don't want it in the frontend build process
# In particular, DEBUG=1 enables a lot of Tailwind logging we don't need, so let's set 0 instead
export DEBUG=0

pnpm install
pnpm start

0 comments on commit 5749525

Please sign in to comment.