We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1261ea4 commit 3121533Copy full SHA for 3121533
1 file changed
express-zod-api/src/server.ts
@@ -3,11 +3,11 @@ import type compression from "compression";
3
import http from "node:http";
4
import https from "node:https";
5
import { BuiltinLogger } from "./builtin-logger";
6
-import {
7
- type AppConfig,
8
- type CommonConfig,
9
- type HttpConfig,
10
- type ServerConfig,
+import type {
+ AppConfig,
+ CommonConfig,
+ HttpConfig,
+ ServerConfig,
11
} from "./config-type";
12
import { isLoggerInstance } from "./logger-helpers";
13
import { loadPeer } from "./peer-helpers";
0 commit comments