Hi, I’ve been working on a project with vite-PWA
Getting Started | Deploy | Vite PWA (vite-pwa-org.netlify.app)
When I want to deploy on Render,I don’t know how to configure it correctly. I use express.static()
to serve the front-end production build, like copy the production build to the root of the backend repository and configure the backend to show the frontend’s main page (the file dist/index.html ) as its main page.
Should I use nginx docker image to deploy on Render? And then follow the doc from vite-PWA
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.