diff --git a/readme.md b/readme.md index f6e71dd..2e70c50 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,14 @@ This is the backend server for a real-time chat application built with Node.js a REFRESH_TOKEN_EXPIRY=30 +## Building for Production + +To create a production build: + +npm run build + +The built files will be in the `dist` directory. + ## Usage 1. Start the server: