I have a simple package, it looks like this:
{
"name": "some-project",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts src/urbit/* --format esm --minify --dts --out-dir dist",
"dev": "npm run build -- --watch"
},
"dependencies": {},
"devDependencies": {
"tsup": "^8.0.1",
}
}
If I run npm run dev
, I can't kill the process with SIGINT (CTRL + C), I have to SIGTERM it manually.
I'm running it within tmux on macOS Ventura.
Any idea as to what's going on? Is this a bug?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too