fix: display correct override URL (#1477)

This commit is contained in:
Tobias Åström
2024-02-13 15:23:39 +01:00
committed by GitHub
parent 24e0572676
commit cdeafabae5

View File

@@ -334,7 +334,7 @@ module.exports = async ({
`); `);
if (serveConfig.mfe) { if (serveConfig.mfe) {
const bundleUrl = `${url}/pkg/${snName}`; const bundleUrl = `${url}/pkg/${encodeURIComponent(snName)}`;
console.log('Development server running in MFE mode'); console.log('Development server running in MFE mode');
console.log(`Bundle served at ${chalk.green(bundleUrl)}`); console.log(`Bundle served at ${chalk.green(bundleUrl)}`);
console.log(''); console.log('');