next-server
Advanced tools
Comparing version 8.1.1-canary.49 to 8.1.1-canary.50
@@ -8,5 +8,14 @@ /// <reference types="node" /> | ||
export declare type ServerConstructor = { | ||
/** | ||
* Where the Next project is located - @default '.' | ||
*/ | ||
dir?: string; | ||
staticMarkup?: boolean; | ||
/** | ||
* Hide error messages containing server information - @default false | ||
*/ | ||
quiet?: boolean; | ||
/** | ||
* Object what you would use in next.config.js - @default {} | ||
*/ | ||
conf?: NextConfig; | ||
@@ -13,0 +22,0 @@ }; |
{ | ||
"name": "next-server", | ||
"version": "8.1.1-canary.49", | ||
"version": "8.1.1-canary.50", | ||
"main": "./index.js", | ||
@@ -73,3 +73,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "4b27507be2d2bbc19ce851147037bfe0220d434d" | ||
"gitHead": "d1b7b829222b94f97f2fd99cbd0ca46c60e18a1c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132092
3339