From fc7e1055059653b455d726a4b9c77336eaf3c285 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 29 Mar 2021 21:56:47 +0100 Subject: [PATCH] add renderMode to the fastboot schema --- packages/fastboot/src/fastboot-schema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fastboot/src/fastboot-schema.js b/packages/fastboot/src/fastboot-schema.js index 91fcede9c..bff19d809 100644 --- a/packages/fastboot/src/fastboot-schema.js +++ b/packages/fastboot/src/fastboot-schema.js @@ -92,6 +92,7 @@ function loadConfig(distPath) { scripts, html, hostWhitelist: pkg.fastboot.hostWhitelist, + renderMode: pkg.fastboot.renderMode, config, appName, sandboxRequire,