mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: display correct override URL (#1477)
This commit is contained in:
@@ -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('');
|
||||||
|
|||||||
Reference in New Issue
Block a user