fix: try to make sure we unregister our signal listeners before we

shutdown
This commit is contained in:
Andy Burke 2025-07-23 16:46:40 -07:00
parent 21f132997d
commit cb630a095b
3 changed files with 31 additions and 39 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@andyburke/serverus",
"description": "A flexible HTTP server for mixed content. Throw static files, markdown, Typescript and (hopefully, eventually) more into a directory and serverus can serve it up a bit more like old-school CGI.",
"version": "0.9.3",
"version": "0.9.4",
"license": "MIT",
"exports": {
".": "./serverus.ts",
@ -44,12 +44,12 @@
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.11",
"@std/async": "jsr:@std/async@^1.0.13",
"@std/cli": "jsr:@std/cli@^1.0.20",
"@std/cli": "jsr:@std/cli@^1.0.21",
"@std/fmt": "jsr:@std/fmt@^1.0.6",
"@std/fs": "jsr:@std/fs@^1.0.19",
"@std/http": "jsr:@std/http@^1.0.19",
"@std/http": "jsr:@std/http@^1.0.20",
"@std/media-types": "jsr:@std/media-types@^1.1.0",
"@std/path": "jsr:@std/path@^1.1.1",
"@std/testing": "jsr:@std/testing@^1.0.14"
"@std/testing": "jsr:@std/testing@^1.0.15"
}
}