local: change url to app.gluon
This commit is contained in:
parent
04b31831fd
commit
0986f59eff
@ -207,7 +207,7 @@ const startBrowser = async (url, parentDir, { allowHTTP = false, allowNavigation
|
|||||||
log('data path:', dataPath);
|
log('data path:', dataPath);
|
||||||
|
|
||||||
const openingLocal = !url.includes('://');
|
const openingLocal = !url.includes('://');
|
||||||
const localUrl = browserType === 'firefox' ? `http://localhost:${generatePort()}` : 'https://gluon.local';
|
const localUrl = browserType === 'firefox' ? `http://localhost:${generatePort()}` : 'https://app.gluon';
|
||||||
const basePath = isAbsolute(url) ? url : join(parentDir, url);
|
const basePath = isAbsolute(url) ? url : join(parentDir, url);
|
||||||
|
|
||||||
const closeHandlers = [];
|
const closeHandlers = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user