wok-server
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -50,1 +50,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./router"), exports); | ||
tslib_1.__exportStar(require("./static"), exports); |
{ | ||
"name": "wok-server", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"packageManager": "pnpm@8.9.0", | ||
@@ -5,0 +5,0 @@ "description": "一个基于 NodeJs 和 TypeScript 的后端框架,轻量级、克制、简洁。A lightweight, restrained, and concise backend framework based on Node.js and TypeScript.", |
@@ -22,1 +22,2 @@ import { WokServerOpts } from './server'; | ||
export * from './router'; | ||
export * from './static'; |
465255
10416