Add clap macros for is_next_dev_command (vercel/turbo#3073)

Seems vercel/turbo#2878 removed this accidentally
This commit is contained in:
Justin Ridgewell 2022-12-19 14:28:03 -05:00 committed by GitHub
parent 1a66a2a748
commit df7fa75b04

View file

@ -93,6 +93,8 @@ pub struct DevServerOptions {
pub dev: bool,
/// Internal for next.js, no specific usage yet.
#[cfg_attr(feature = "cli", clap(long))]
#[cfg_attr(feature = "serializable", serde(default))]
pub is_next_dev_command: bool,
}