DEV Community

Filip Szczepanik
Filip Szczepanik

Posted on

Next.js - generate build separate files

Hello, right now we are making software for our clients to be able to have their own shops - it is written in next.js - they will host it on shop_name.ourdomain.com

How should we go about building the app? Locally when we make a build it is really fast, but should we build separate apps for each of our clients? Can we automate the process?

What is the right thing to do here?

Thank you in advance

Top comments (0)