diff --git a/deno.json b/deno.json index 982405a..e5b7b88 100644 --- a/deno.json +++ b/deno.json @@ -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.1.0", + "version": "0.2.0", "license": "MIT", "exports": { ".": "./serverus.ts", diff --git a/handlers/typescript.ts b/handlers/typescript.ts index 8768ca9..97d7171 100644 --- a/handlers/typescript.ts +++ b/handlers/typescript.ts @@ -74,6 +74,11 @@ export default async function handle_typescript(request: Request): Promise