Update notes for Next.js integration

This commit is contained in:
Dorian Niemiec 2024-07-24 12:03:12 +02:00
parent 2add4c6e33
commit f78ba0fa2b

View file

@ -105,7 +105,7 @@ _View the [change log.](/greenrhombus-changelog)_
### Next.js integration ### 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)_ _View the [change log.](/nextjs-integration-changelog)_