Skip to main content

Deployment

Building the Application

To build the application for deployment

npm run build

Build Artifacts

The client build artifacts are located in the dist/client directory. The server for the API routes are located in the dist/server directory.

If you have server side rendering enabled, the client build artifacts are located in the dist/server/public directory. The server for the API/SSR build artifacts are located in the dist/server/server directory.