Object what you would use in next.config.js - @default {}
Where the Next project is located - @default '.'
Hide error messages containing server information - @default false
headers of the HTTP request
method of the HTTP request
route path under next entry, the entryPath
would be trimmed
URL of the HTTP request
Generated using TypeDoc
Next Module
This package is an underlying module of webview platform for serving a Next.js web front-end. You might want to use
@sociably/webview
unless you want to serve your own web service.Install
Docs
Check the package reference.
Setup
Assume you have the Next.js project at
../webview
, set up the module like this: