Skip to content

Commit

Permalink
Skip canary checks during internal development with VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 8, 2024
1 parent 81271ba commit 97ca359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
// "TURBOPACK_DEV": "1",
// "TURBOPACK_BUILD": "1",
"NEXT_PRIVATE_LOCAL_WEBPACK": "1",
"NEXT_PRIVATE_SKIP_CANARY_CHECK": "1",
"NEXT_TELEMETRY_DISABLED": "1"
}
},
Expand Down Expand Up @@ -89,6 +90,7 @@
},
"env": {
"NEXT_PRIVATE_LOCAL_WEBPACK": "1",
"NEXT_PRIVATE_SKIP_CANARY_CHECK": "1",
"NEXT_TELEMETRY_DISABLED": "1"
}
},
Expand Down

0 comments on commit 97ca359

Please sign in to comment.