Update notes for Next.js integration
This commit is contained in:
parent
2add4c6e33
commit
f78ba0fa2b
1 changed files with 1 additions and 1 deletions
|
@ -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)_
|
||||
|
||||
|
|
Reference in a new issue