chore: opt out of nextjs telemetry #6

Merged
jleibl merged 3 commits from task/opt-out-of-nextjs-telemetry into main 2025-05-27 12:32:42 +00:00
2 changed files with 2 additions and 1 deletions

1
.env.dist Normal file
View File

@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED=1

2
.gitignore vendored
View File

@ -32,7 +32,7 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
.env
# vercel
.vercel