Reproduction of Nx Vite 6 executor support for Environment API
npm install
npm run build
Client is built, server is not built
npm run build:vite
Client and server are built
First, remove build
target from project.json
.
npm run build
Client and server are built