killSignal
Signal used to terminate child processes during the build
killSignal
Specifies the signal used to terminate child processes during the build.
Type: "SIGKILL" | "SIGTERM"
Default: undefined
Example
export default defineConfig({
killSignal: 'SIGTERM'
})