From 364e1d11a05b10fbf230c008faf159603239b15c Mon Sep 17 00:00:00 2001 From: Mo Beigi Date: Thu, 24 Oct 2024 23:09:24 +1100 Subject: [PATCH] Update readme command descriptions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb3cc56d..425359d7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,11 @@ It correctly bundles the Next.js app and optimizes the build for the best perfor #### `yarn start` -Starts the Next.js app in production mode.
+Starts the Next.js app in production mode using the built-in Next.js server.
+ +#### `yarn start-server` + +Starts the Next.js app in production mode using a Node.js server.
#### `yarn test`