fix: prefix from app list (#1675)

* fix: prefix from app list

* chore: add https option
This commit is contained in:
Tobias Åström
2025-02-07 15:04:33 +01:00
committed by GitHub
parent cf1dbc41f7
commit be59c4cf75
5 changed files with 67 additions and 4 deletions

View File

@@ -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) {