serve icon indicating copy to clipboard operation
serve copied to clipboard

"etag" is referenced as a valid config property but is missing in the JSON schema

Open nborko opened this issue 5 years ago • 1 comments

My serve.json file:

{
        "cleanUrls": false,
        "etag": false
}

serve 11.2.0 reports

ERROR: The configuration you provided is wrong:
should NOT have additional properties
{"additionalProperty":"etag"}

See also #519

nborko avatar Oct 18 '19 19:10 nborko

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

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