@webqit/webflo 0.8.63 → 0.8.64-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.8.63",
15
+ "version": "0.8.64-0",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -108,6 +108,7 @@ export default async function(Ui, flags = {}) {
108
108
 
109
109
  // ---------------------------------------------
110
110
 
111
+ console.log('-----------------------------------', setup.server);
111
112
  if (!flags['https-only']) {
112
113
 
113
114
  Http.createServer((request, response) => {