Symlinks option is rejected when included in "serve.json"
alexjeffburke opened this issue · 0 comments
alexjeffburke commented
Hi,
From what I can tell, the @zeit/schemas/deployment/config-static is being used as the validation schema for serve
but this does not list symlinks
as a supported option resulting in the following error output to the command line:
INFO: Discovered configuration in `serve.json`
ERROR: The configuration you provided is wrong:
should NOT have additional properties
{"additionalProperty":"symlinks"}
Thanks.