vercel/serve-handler

Symlinks option not working as expected in serve.json

thedapperdev opened this issue · 0 comments

Repro steps (v13.0.2

  1. create serve.json
  2. add { "symlinks": true } as per the docs
  3. npx serve
  4. view error below.
INFO: Discovered configuration in `serve.json`
ERROR: The configuration you provided is wrong:
should NOT have additional properties
{"additionalProperty":"symlinks"}

Doesn't work, any clues, please?