« get me outta code hell

drop live reloading from live-dev-server help, For Now - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-29 19:48:20 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-29 19:48:20 -0300
commitcec7596f374bf8c8a6fd56829706adfbdd343a85 (patch)
treea6205703417e9258110b13c1f4260901a2998d1f
parent75e62bc2fb78503a6675d4999c002c46e6dd0458 (diff)
drop live reloading from live-dev-server help, For Now
-rw-r--r--src/write/build-modes/live-dev-server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/write/build-modes/live-dev-server.js b/src/write/build-modes/live-dev-server.js
index 83b70d1e..b018bc1c 100644
--- a/src/write/build-modes/live-dev-server.js
+++ b/src/write/build-modes/live-dev-server.js
@@ -24,7 +24,7 @@ import {generateRandomLinkDataJSON, generateRedirectHTML} from '../common-templa
 const defaultHost = '0.0.0.0';
 const defaultPort = 8002;
 
-export const description = `Hosts a local HTTP server which generates page content as it is requested, instead of all at once; reacts to changes in data files, so new reloads will be up-to-date with on-disk YAML data (<- not implemented yet, check back soon!)\n\nIntended for local development ONLY; this custom HTTP server is NOT rigorously tested and almost certainly has security flaws`;
+export const description = `Hosts a local HTTP server which generates page content as it is requested, instead of all at once\n\nIntended for local development ONLY; this custom HTTP server is NOT rigorously tested and almost certainly has security flaws`;
 
 export const config = {
   fileSizes: {