serve-handler icon indicating copy to clipboard operation
serve-handler copied to clipboard

Serve 11 cannot set symlinks to true in config.json

Open AaronFriel opened this issue 6 years ago • 2 comments

serve@^11 currently errors out when setting symlinks: true:

root@c3ee02fdad56:/app# serve --version
11.0.0
root@c3ee02fdad56:/app# serve -p 8000 -c ./serve.json
INFO: Discovered configuration in `./serve.json`
ERROR: The configuration you provided is wrong:
should NOT have additional properties
{"additionalProperty":"symlinks"}

AaronFriel avatar Apr 04 '19 20:04 AaronFriel

Still an issue as of serve 11.3.2

wachunga avatar Jan 06 '21 17:01 wachunga

shameless self-promotion alert:
this feature is fixed in my @warren-bank/serve fork of serve

warren-bank avatar Feb 16 '22 01:02 warren-bank