qcobjects-cli
Advanced tools
Comparing version 2.3.7 to 2.3.9
{ | ||
"name": "qcobjects-cli", | ||
"version": "2.3.7", | ||
"version": "2.3.9", | ||
"description": "qcobjects cli command line tool", | ||
@@ -5,0 +5,0 @@ "main": "qcobjects-cli.js", |
@@ -48,3 +48,4 @@ #!/usr/bin/env node | ||
_new_:()=>{ | ||
const app = New(HTTP2Server); | ||
const _ServerClass_ = (CONFIG.get("useLegacyHTTP",false))? (HTTPServer): (HTTP2Server); | ||
const app = New(_ServerClass_); | ||
app.start(); | ||
@@ -51,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
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
179649
4230