Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit f2bc9f1

Browse files
author
v1rtl
committed
fix
1 parent 121ea85 commit f2bc9f1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

egg.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"description": "0-legacy, tiny & fast web framework as a replacement of Express",
66
"homepage": "https://github.com/talentlessguy/tinyhttp-deno",
77
"version": "0.0.23",
8-
"files": ["./*.ts", "./utils/*.ts", "./extensions/**/*.ts", "README.md"],
8+
"files": [
9+
"./*.ts",
10+
"./utils/*.ts",
11+
"./extensions/**/*.ts",
12+
"README.md"
13+
],
914
"checkFormat": false,
1015
"checkTests": false,
1116
"checkInstallation": false,

response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// deno-lint-ignore-file
22

33
import { Res as ServerResponse } from './deps.ts'
4-
import type { SendFileOptions } from './extensions/res/sendFile.ts'
4+
import type { SendFileOptions } from './extensions/res/send/sendFile.ts'
55
import type { TemplateEngineOptions, App } from './app.ts'
66
import type { FormatProps } from './extensions/res/format.ts'
77
import type { DownloadOptions } from './extensions/res/download.ts'

0 commit comments

Comments
 (0)