thgh / vercel-sapper

Vercel builder for Sapper with SSR enabled
MIT License
189 stars 25 forks source link

Add option to include extra files in lambda #37

Closed thgh closed 3 years ago

thgh commented 4 years ago

I did not run this code, but you can:

{
  "version": 2,
  "builds": [{ "src": "package.json", "use": "vercel-sapper@rc" }]
}

Resolves #36