Skip to content

Commit

Permalink
Opt out of next.js telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed May 22, 2024
1 parent 1d03cd3 commit 8e928c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
AUTH_SECRET: secret
NEXT_TELEMETRY_DISABLED: 1
# DATABASE_URL: <url>
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ define_secret() {
echo "✨ Installing dependencies ..."
bun install --frozen-lockfile

#
# Opting out of telemetry
#
bun next telemetry disable

#
# Create a .env.local file and popupate it with auto-generated secrets
#
Expand Down

0 comments on commit 8e928c9

Please sign in to comment.