mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-23 11:44:10 -05:00
fix: prefix from app list (#1675)
* fix: prefix from app list * chore: add https option
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = async ({
|
||||
}) => {
|
||||
let config;
|
||||
let contentBase;
|
||||
const HTTPS = serveConfig.mfe;
|
||||
const HTTPS = serveConfig.mfe || serveConfig.https;
|
||||
const url = `${HTTPS ? 'https' : 'http'}://${host}:${port}`;
|
||||
|
||||
if (HTTPS) {
|
||||
|
||||
Reference in New Issue
Block a user