[web] Work around yet another Next.js dark pattern (#1680)

This commit is contained in:
Manav Rathi
2024-05-10 22:25:45 +05:30
committed by GitHub
6 changed files with 7 additions and 1 deletions

1
web/apps/accounts/.env Normal file
View File

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

1
web/apps/auth/.env Normal file
View File

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

1
web/apps/cast/.env Normal file
View File

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

1
web/apps/payments/.env Normal file
View File

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

View File

@@ -88,3 +88,5 @@
# NEXT_PUBLIC_ENTE_TEST_EXPECTED_JSON=`cat path/to/expected.json` yarn dev
#
# NEXT_PUBLIC_ENTE_TEST_EXPECTED_JSON = {}
NEXT_TELEMETRY_DISABLED = 1

View File

@@ -3326,7 +3326,7 @@ libsodium-wrappers@0.7.9:
dependencies:
libsodium "^0.7.0"
libsodium@^0.7.0:
libsodium@0.7.9, libsodium@^0.7.0:
version "0.7.9"
resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.9.tgz#4bb7bcbf662ddd920d8795c227ae25bbbfa3821b"
integrity sha512-gfeADtR4D/CM0oRUviKBViMGXZDgnFdMKMzHsvBdqLBHd9ySi6EtYnmuhHVDDYgYpAO8eU8hEY+F8vIUAPh08A==