feature: sort imports to try to ensure parameter paths are less specific

This commit is contained in:
Andy Burke 2025-06-25 20:07:08 -07:00
parent c92ef0688b
commit 4f68a64a88
4 changed files with 72 additions and 10 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.3.0",
"version": "0.4.0",
"license": "MIT",
"exports": {
".": "./serverus.ts",