leizm-web icon indicating copy to clipboard operation
leizm-web copied to clipboard

现代的 Web 中间件基础框架,完美支持 TypeScript,构建可维护的大型 Web 项目

Results 3 leizm-web issues
Sort by recently updated
recently updated
newest added

- [x] favicon - [ ] basicauth - [ ] csrf - [ ] jwt

当发生错误时,渲染 500 页面: * 如果 `fullStack=true` 则显示完整堆栈信息 * 如果 `sourceCode=true` 则显示相应文件行及上下文内容

比如: * 插件 A 扩展了 context 的 methodA 方法 * 插件 B 扩展了 context 的 methodB 方法 如何保证在 typescript 下可以正常使用