Deployment
Building the Application
To build the application for deployment
- npm
- Yarn
- pnpm
npm run build
yarn build
pnpm run build
Build Artifacts
The client build artifacts are located in the dist/client
directory. The server for the API routes is located in the dist/server
directory.
If you have server side rendering enabled, the client build artifacts are located in the dist/analog/public
directory. The server for the API/SSR build artifacts is located in the dist/analog/server
directory.