sjc5 / hwy

Hwy is a fullstack web framework for driving a (p)react frontend with a Go backend. Includes end-to-end typesafety, file-based nested UI routing, and much more.
BSD 3-Clause "New" or "Revised" License
320 stars 3 forks source link

Add to docs: Better description of deployment options #32

Closed sjc5 closed 6 months ago

sjc5 commented 1 year ago

Mention requirement to NODEJS_HELPERS=0 (double check the exact key name) to Vercel environment variables, as well as the situations when using publicUrlPrefix is required.