You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some background, I have quite a large number of Nuxt 2 websites that require occasional updates. Once in a while we have a big enough update to justify upgrading versions but it's quite a lot of work and Nuxt 3 with certain dependencies honestly has it's own issues deploying to vercel.
In the process of recently debugging a build I have been running vercel locally, and while it's easy enough to gitignore node_modules* the rewriting of package.json and tsconfig.json are a bit of a grind.
I realise this is legacy and not expecting to change, but thought I would mention just incase its easily fixable. In the meantime I am working on a fork to solve this and some other issues, but it's quite specific to my use case (monorepo) and also currently broken.
The text was updated successfully, but these errors were encountered:
Some background, I have quite a large number of Nuxt 2 websites that require occasional updates. Once in a while we have a big enough update to justify upgrading versions but it's quite a lot of work and Nuxt 3 with certain dependencies honestly has it's own issues deploying to vercel.
In the process of recently debugging a build I have been running vercel locally, and while it's easy enough to gitignore
node_modules*
the rewriting ofpackage.json
andtsconfig.json
are a bit of a grind.I realise this is legacy and not expecting to change, but thought I would mention just incase its easily fixable. In the meantime I am working on a fork to solve this and some other issues, but it's quite specific to my use case (monorepo) and also currently broken.
The text was updated successfully, but these errors were encountered: