refactor: share the PRECHECK type at the top level

This commit is contained in:
Andy Burke 2025-08-08 17:38:15 -07:00
parent 41c7802a36
commit 18b58ba94a
4 changed files with 9 additions and 9 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.3",
"version": "0.11.4",
"license": "MIT",
"exports": {
".": "./serverus.ts",