[web] Work around yet another Next.js dark pattern (#1680)
This commit is contained in:
1
web/apps/accounts/.env
Normal file
1
web/apps/accounts/.env
Normal file
@@ -0,0 +1 @@
|
||||
NEXT_TELEMETRY_DISABLED = 1
|
||||
1
web/apps/auth/.env
Normal file
1
web/apps/auth/.env
Normal file
@@ -0,0 +1 @@
|
||||
NEXT_TELEMETRY_DISABLED = 1
|
||||
1
web/apps/cast/.env
Normal file
1
web/apps/cast/.env
Normal file
@@ -0,0 +1 @@
|
||||
NEXT_TELEMETRY_DISABLED = 1
|
||||
1
web/apps/payments/.env
Normal file
1
web/apps/payments/.env
Normal file
@@ -0,0 +1 @@
|
||||
NEXT_TELEMETRY_DISABLED = 1
|
||||
@@ -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
|
||||
|
||||
@@ -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==
|
||||
|
||||
Reference in New Issue
Block a user