UNPKG
@hx-midway/static-file
Version:
latest (1.0.0)
1.0.0
Midwayjs static-file alias 自动扫描,支持路径索引,允许 /path/index.html -> /path/
@hx-midway/static-file
/
dist
/
index.d.ts
3 lines
(2 loc)
•
106 B
TypeScript
View Raw
1
2
3
export
{
StaticFileConfiguration
as
Configuration
}
from
'./configuration'
;
export
*
from
'./utils/file'
;