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
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.
Mention requirement to
NODEJS_HELPERS=0
(double check the exact key name) to Vercel environment variables, as well as the situations when usingpublicUrlPrefix
is required.