livelocalhost
Advanced tools
+1
-1
@@ -225,3 +225,3 @@ // LiveLocalhost class | ||
| watch(this.#serverDir, { recursive: true }, (event, file) => { | ||
| changed.add(file); | ||
| changed.add(file.replaceAll(sep, '/')); | ||
| wait(); | ||
@@ -228,0 +228,0 @@ }); |
+1
-1
| { | ||
| "name": "livelocalhost", | ||
| "version": "1.2.3", | ||
| "version": "1.2.4", | ||
| "description": "localhost development server with live reloading", | ||
@@ -5,0 +5,0 @@ "type": "module", |
24122
0.09%