test: ensure PRECHECKS are working for static file handling

This commit is contained in:
Andy Burke 2025-08-08 17:18:02 -07:00
parent c8d2e19f4a
commit 7ccb9d7b69
2 changed files with 119 additions and 1 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.11.2",
"version": "0.11.3",
"license": "MIT",
"exports": {
".": "./serverus.ts",