Skip to content

Commit f811814

Browse files
committed
chore: disable astro telemetry
1 parent b3756e1 commit f811814

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
]
2020
}
2121
},
22+
"containerEnv": {
23+
"ASTRO_TELEMETRY_DISABLED": "1"
24+
},
2225
"postCreateCommand": "npm install -g [email protected]"
2326
}

0 commit comments

Comments
 (0)