Closed cassidoo closed 6 months ago
Next.js has telemetry enabled by default. Most of the time NEXT_TELEMETRY_DISABLED=1 as an environment variable works, but sometimes disabling it in the CLI is necessary. Adding this to the template so that it can have telemetry disabled by default.
NEXT_TELEMETRY_DISABLED=1
Next.js has telemetry enabled by default. Most of the time
NEXT_TELEMETRY_DISABLED=1
as an environment variable works, but sometimes disabling it in the CLI is necessary. Adding this to the template so that it can have telemetry disabled by default.