npm run build not working
Unanswered
julian posted this in #help-forum
5 Replies
@julian Can see any error, but the /out folder isn't generated anywhere?
does your
next.config have [output: "export"](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) in it?@julian Can see any error, but the /out folder isn't generated anywhere?
/out is for a static site
you have a ssr based site
which you start using
npm run start or the equivalent in your package managertrue, i cant believe i missed that part ðŸ˜