mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
fix: default for-exit to false to prevent dev exit
This commit is contained in:
parent
5094d9c75d
commit
a347ef9b94
@ -28,10 +28,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// TODO: Change this to default: false in Nuxt v3 (see related todo's)
|
// TODO: Change this to default: true in Nuxt 3
|
||||||
'force-exit': {
|
'force-exit': {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: true,
|
default: false,
|
||||||
description: 'Do not force Nuxt.js to exit after the command has finished (this option has no effect on commands which start a server)'
|
description: 'Do not force Nuxt.js to exit after the command has finished (this option has no effect on commands which start a server)'
|
||||||
},
|
},
|
||||||
version: {
|
version: {
|
||||||
|
Loading…
Reference in New Issue
Block a user