From f78ba0fa2b08d0c452a5ee59dfbe249c269087ad Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Wed, 24 Jul 2024 12:03:12 +0200 Subject: [PATCH] Update notes for Next.js integration --- source/mods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mods.md b/source/mods.md index 5e5a03c..eb8b81f 100644 --- a/source/mods.md +++ b/source/mods.md @@ -105,7 +105,7 @@ _View the [change log.](/greenrhombus-changelog)_ ### Next.js integration -The webroot (_wwwroot_ _config.json_ property) serves as a Next.js application directory. Setting a `NODE_ENV` environment variable to `development` in SVR.JS configuration enables Next.js development server. +The webroot (_wwwroot_ _config.json_ property) serves as a Next.js application directory. It's recommended to set the owner of the Next.js application directory (around with all the files in it) as the user, on which SVR.JS is running (usually "svrjs"). Setting a `NODE_ENV` environment variable to `development` in SVR.JS configuration enables Next.js development server. _View the [change log.](/nextjs-integration-changelog)_