From d5765328ec46f734db4df092afb1b0c6c82794e7 Mon Sep 17 00:00:00 2001 From: David Weber | geOps Date: Sun, 31 Dec 2023 14:04:40 +0100 Subject: [PATCH] feat: enable watchMbtiles for input file mode Signed-off-by: David Weber | geOps --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index 5077ba033..32fbd4512 100644 --- a/src/main.js +++ b/src/main.js @@ -109,6 +109,7 @@ const startWithInputFile = async (inputFile) => { const config = { options: { + watchMbtiles: true, paths: { root: styleDir, fonts: 'fonts',