local: change url to app.gluon

This commit is contained in:
CanadaHonk 2023-04-05 15:36:04 +01:00
parent 04b31831fd
commit 0986f59eff

View File

@ -207,7 +207,7 @@ const startBrowser = async (url, parentDir, { allowHTTP = false, allowNavigation
log('data path:', dataPath);
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 closeHandlers = [];