mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-22 11:17:18 -05:00
fix: display correct override URL (#1477)
This commit is contained in:
@@ -334,7 +334,7 @@ module.exports = async ({
|
||||
`);
|
||||
|
||||
if (serveConfig.mfe) {
|
||||
const bundleUrl = `${url}/pkg/${snName}`;
|
||||
const bundleUrl = `${url}/pkg/${encodeURIComponent(snName)}`;
|
||||
console.log('Development server running in MFE mode');
|
||||
console.log(`Bundle served at ${chalk.green(bundleUrl)}`);
|
||||
console.log('');
|
||||
|
||||
Reference in New Issue
Block a user