From 554e6c7a453c647f087722af2461a08754ed0224 Mon Sep 17 00:00:00 2001 From: Joel Denning Date: Thu, 25 Apr 2024 09:31:40 -0600 Subject: [PATCH] Adding symlinks to schema. Resolves zeit/serve#519 (#53) See https://github.com/zeit/serve/issues/519 Co-authored-by: Andy --- deployment/config-static.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment/config-static.js b/deployment/config-static.js index 56b1427..247083a 100644 --- a/deployment/config-static.js +++ b/deployment/config-static.js @@ -73,6 +73,9 @@ module.exports = { }, 'renderSingle': { type: 'boolean' + }, + 'symlinks': { + type: 'boolean' } }, additionalProperties: false