mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(variables): disable Nuxt telemetry
This commit is contained in:
parent
80d4d3df60
commit
f9d9ee6a8f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
_: {
|
_: {
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
NEXT_TELEMETRY_DISABLED = "1";
|
NEXT_TELEMETRY_DISABLED = "1";
|
||||||
|
NUXT_TELEMETRY_DISABLED = "1";
|
||||||
CHECKPOINT_DISABLE = "1";
|
CHECKPOINT_DISABLE = "1";
|
||||||
DISABLE_TELEMETRY = "YES";
|
DISABLE_TELEMETRY = "YES";
|
||||||
ASTRO_TELEMETRY_DISABLED = "1";
|
ASTRO_TELEMETRY_DISABLED = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue