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 f1cb545 commit 602dfaaCopy full SHA for 602dfaa
src/hotReloadWatcher.mjs
@@ -1,5 +1,7 @@
1
-import path from 'path';
+/* eslint-disable no-console, consistent-return, simple-import-sort/imports */
2
+
3
import {watch} from 'node:fs/promises';
4
+import path from 'path';
5
import {WebSocketServer} from 'ws';
6
7
const watchedContent = new Set(['.mdx', '.md', '.png', '.jpg', '.jpeg', '.gif', '.svg']);
0 commit comments