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 8, 2022
1 parent 9b66fee commit ca923bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/cli/next-dev.ts
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 ca923bc

Please sign in to comment.