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 aa82265 commit f6f0389Copy full SHA for f6f0389
1 file changed
src/types.ts
@@ -4,7 +4,7 @@ import type {
4
ServerResponse,
5
} from 'node:http';
6
import type { ServerOptions } from 'node:https';
7
-import type { ChokidarOptions as WatchOptions, FSWatcher } from 'chokidar';
+import type { FSWatcher, ChokidarOptions as WatchOptions } from 'chokidar';
8
import type { Options as ConnectHistoryApiFallbackOptions } from 'connect-history-api-fallback';
9
import type {
10
Server as ConnectApplication,
0 commit comments