Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 285 Bytes

File metadata and controls

5 lines (4 loc) · 285 Bytes
@solidjs/start patch

Fixed an issue where runtimes like AWS Lambda would default to application/json when no header was present, causing parsing errors in json serialization mode. To ensure consistent behavior, the Content-Type is now explicitly set to text/plain.