in rollup.config.js [38:47]
writeBundle() {
if (server) return;
server = spawn("npm", ["run", "start", "--", "--dev", "--single"], {
stdio: ["ignore", "inherit", "inherit"],
shell: true,
});
process.on("SIGTERM", toExit);
process.on("exit", toExit);
},