We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612cabf commit 87b80caCopy full SHA for 87b80ca
1 file changed
src/cli-main.ts
@@ -93,7 +93,7 @@ export async function main(options: Options = {}) {
93
.option('--publicDir [dir]', 'Copy public directory to output directory')
94
.option(
95
'--killSignal <signal>',
96
- 'Signal to kill child process, "SIGINT" or "SIGTERM"'
+ 'Signal to kill child process, "SIGTERM" or "SIGKILL"'
97
)
98
.action(async (files: string[], flags) => {
99
const { build } = await import('.')
0 commit comments