Symlinks option not working as expected in serve.json
thedapperdev opened this issue · 0 comments
thedapperdev commented
Repro steps (v13.0.2
- create serve.json
- add
{ "symlinks": true }
as per the docs npx serve
- 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?