Skip to content

Commit

Permalink
chore(turbo): remove some integrated envs declare
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesMT authored Sep 25, 2024
1 parent 4e697c4 commit d8cbba0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"**/.env",
"**/.env.*"
],
"globalEnv": [
"NUXT_*" // Nuxt 3 variables
],
"globalPassThroughEnv": [
"NODE_TLS_REJECT_UNAUTHORIZED", // Needed to dev and build with self-signed certificates
"AWS_*" // AWS variables
Expand All @@ -39,9 +36,6 @@
},
"lint": {},
"dev": {
"passThroughEnv": [
"VSCODE_IPC_HOOK_CLI" // Needed for Nuxt Component Inspector to work
],
"cache": false,
"persistent": true
},
Expand Down

0 comments on commit d8cbba0

Please sign in to comment.