This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
honojs-middleware
mirror of
https://github.com/honojs/middleware.git
Watch
1
Star
0
Fork
You've already forked honojs-middleware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5dd598f499
honojs-middleware
/
packages
/
hello
/
tsconfig.json
7 lines
90 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: add hello middleware (#1) * feat: add hello middleware * add changeset
2022-10-16 17:14:21 +08:00
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
build(hello): lint published package (#1050)
2025-03-27 10:20:23 +08:00
"outDir"
:
"./dist"
}
}