File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const _main = defineCommand({
5454setupGlobalConsole ( { dev : command === 'dev' } )
5555debug ( `Running \`nuxt ${ command } \` command` )
5656
57- // Check Node.js version and CLI updates in background
57+ // Check Node.js version in background
5858let backgroundTasks : Promise < any > | undefined
5959if ( command !== '_dev' && provider !== 'stackblitz' ) {
6060backgroundTasks = Promise . all ( [
Original file line number Diff line number Diff line change 3333"prepack" : " tsdown"
3434 },
3535"peerDependencies" : {
36- "@nuxt/schema" : " ^4.4.6"
36+ "@nuxt/schema" : " ^4.4.6" ,
37+ "serve" : " ^14.0.0"
3738 },
3839"peerDependenciesMeta" : {
3940"@nuxt/schema" : {
4041"optional" : true
42+ },
43+ "serve" : {
44+ "optional" : true
4145 }
4246 },
4347"dependencies" : {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const _main = defineCommand({
4242const command = ctx . args . _ [ 0 ]
4343setupGlobalConsole ( { dev : command === 'dev' } )
4444
45- // Check Node.js version and CLI updates in background
45+ // Check Node.js version in background
4646let backgroundTasks : Promise < any > | undefined
4747if ( command !== '_dev' && provider !== 'stackblitz' ) {
4848backgroundTasks = Promise . all ( [
You can’t perform that action at this time.
0 commit comments