Skip to content

Commit

Permalink
[web] Work around yet another Next.js dark pattern (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr authored May 10, 2024
2 parents 6a4b86d + 9020740 commit 9e3a842
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/apps/accounts/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1
1 change: 1 addition & 0 deletions web/apps/auth/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1
1 change: 1 addition & 0 deletions web/apps/cast/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1
1 change: 1 addition & 0 deletions web/apps/payments/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1
2 changes: 2 additions & 0 deletions web/apps/photos/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3326,7 +3326,7 @@ [email protected]:
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==
Expand Down

0 comments on commit 9e3a842

Please sign in to comment.