toastdotdev / toast

The best place to stack your JAM. Toast is a Jamstack framework
153 stars 13 forks source link

Update dependencies in prep for Apple Silicon support #70

Closed lannonbr closed 3 years ago

lannonbr commented 3 years ago

Changes

The only issue at the moment is there is some hiccups where the JS side of Toast is throwing a RequestError: write EPIPE error which I am unsure if it is due to the way MacOS on ARM handles sockets changed or if the update to tide broke the socket.

Otherwise, I was able to confirm that both of the starters in https://github.com/toastdotdev/starters were able to build on Apple Silicon with these changes, so for the moment if there is no setDataForSlug or sourceData calls, a Toast site will properly build on the M1 Macs.

ChristopherBiscardi commented 3 years ago

merged in #71