serve
serve copied to clipboard
Serve 11 cannot set symlinks to true in config.json
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"}
I am also experiencing this issue.
I created a PR that will fix this. https://github.com/zeit/schemas/pull/53
This tiny fix is still not merged? Seriously?
Vercel documentation is broken and no one at Vercel cares?
I don't represent vercel but do not think it's helpful to express anger or sarcasm over this. This is an open source project and the maintainers of it owe us nothing.
shameless self-promotion alert:
this feature is fixed in my @warren-bank/serve fork of serve
Symlinks don't work at all, even when specified from the command line.
Both of these fail to serve symlinks:
serve --symlinks
serve -S
any news on this please? @leo