Merge pull request 'chore: opt out of nextjs telemetry' (#6) from task/opt-out-of-nextjs-telemetry into main
All checks were successful
CI/CD Pipeline / Quick Checks (push) Successful in 21s
CI/CD Pipeline / ESLint (push) Successful in 12s
CI/CD Pipeline / Test & Coverage (push) Successful in 12s
CI/CD Pipeline / Build Application (push) Successful in 27s

Reviewed-on: #6
This commit is contained in:
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* .pnpm-debug.log*
# env files (can opt-in for committing if needed) # env files (can opt-in for committing if needed)
.env* .env
# vercel # vercel
.vercel .vercel