Skip to content

Commit f6f0389

Browse files
committed
fix
1 parent aa82265 commit f6f0389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type {
44
ServerResponse,
55
} from 'node:http';
66
import type { ServerOptions } from 'node:https';
7-
import type { ChokidarOptions as WatchOptions, FSWatcher } from 'chokidar';
7+
import type { FSWatcher, ChokidarOptions as WatchOptions } from 'chokidar';
88
import type { Options as ConnectHistoryApiFallbackOptions } from 'connect-history-api-fallback';
99
import type {
1010
Server as ConnectApplication,

0 commit comments

Comments
 (0)