From affa543a2c564028f1cc6d54381dbec8691196fb Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 8 Jan 2024 10:14:23 -0400 Subject: upd8, write: general step summary defaults/fallback refactor --- src/write/build-modes/live-dev-server.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/write/build-modes/live-dev-server.js') diff --git a/src/write/build-modes/live-dev-server.js b/src/write/build-modes/live-dev-server.js index 8160c8f9..ecd1d954 100644 --- a/src/write/build-modes/live-dev-server.js +++ b/src/write/build-modes/live-dev-server.js @@ -25,6 +25,16 @@ 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 config = { + languageReloading: { + default: true, + }, + + thumbs: { + default: true, + }, +}; + function inspect(value, opts = {}) { return nodeInspect(value, {colors: ENABLE_COLOR, ...opts}); } -- cgit 1.3.0-6-gf8a5