fix: let's try to make sure /www exists in the container with reasonable

permissions
This commit is contained in:
Andy Burke 2025-07-14 20:03:15 -07:00
parent 524f9ff2e3
commit 1db5905924
2 changed files with 5 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.9.0",
"version": "0.9.1",
"license": "MIT",
"exports": {
".": "./serverus.ts",