Skip to content

Commit 3121533

Browse files
committed
fix(import): server.
1 parent 1261ea4 commit 3121533

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

express-zod-api/src/server.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import type compression from "compression";
33
import http from "node:http";
44
import https from "node:https";
55
import { BuiltinLogger } from "./builtin-logger";
6-
import {
7-
type AppConfig,
8-
type CommonConfig,
9-
type HttpConfig,
10-
type ServerConfig,
6+
import type {
7+
AppConfig,
8+
CommonConfig,
9+
HttpConfig,
10+
ServerConfig,
1111
} from "./config-type";
1212
import { isLoggerInstance } from "./logger-helpers";
1313
import { loadPeer } from "./peer-helpers";

0 commit comments

Comments
 (0)