Closed th0rgall closed 1 year ago
Visit the preview URL for this PR (updated for commit 4dcae01):
https://wtmg-dev--pr315-test-sveltekit-error-3mgaeecx.web.app
(expires Tue, 04 Apr 2023 16:26:05 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 7773005e481e8bc60fd60a58f2d818cc7378f95b
nice!
@wardbeyens yep, both repositories (/api
and the main one) now include a yarn executable in .yarn
. I thought it was weird at first to commit the package manager, but it seems to be a best practice for Yarn v2+. And if you don't do it while someone has a v1 yarn installed... guaranteed that things break!
See also:
Closing because this is outdated, and relevant code got merged in another way.
This reverts commit 365881ddfeeca5789b88960953891dbe14e499a8.
These commits & deploys are intended to debug an issue that came up with dynamic routes. It seems to have been caused by yarn v1 being used on a yarn v3.x lockfile...