Skip to content

Commit

Permalink
remove --experimental-turbo from supported next-dev args (#55300)
Browse files Browse the repository at this point in the history
Follow-up to #55063 so that we give a proper error when using the wrong `--turbo` flag. 

[slack x-ref](https://vercel.slack.com/archives/C04KC8A53T7/p1694561343223349)
  • Loading branch information
ztanner authored Sep 13, 2023
1 parent 94ae509 commit 926b207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/cli/next-dev-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const validArgs: arg.Spec = {
'--port': Number,
'--hostname': String,
'--turbo': Boolean,
'--experimental-turbo': Boolean,
'--experimental-https': Boolean,
'--experimental-https-key': String,
'--experimental-https-cert': String,
Expand Down

0 comments on commit 926b207

Please sign in to comment.