Skip to content

Commit

Permalink
fix(next/dev): correct args
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Nov 14, 2022
1 parent ab2a24d commit 4f11cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/cli/next-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ If you cannot make the changes above, but still want to try out\nNext.js v13 wit
let server = bindings.turbo.startDev({
...devServerOptions,
showAll: args['--show-all'] ?? false,
rootDir:
root:
args['--root'] ??
(turboJson
? path.dirname(turboJson)
Expand Down

0 comments on commit 4f11cb8

Please sign in to comment.