From 0986f59efff61e41d247e3ad90fc36dcdaf445b3 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 5 Apr 2023 15:36:04 +0100 Subject: [PATCH] local: change url to app.gluon --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5ce1866..da3846d 100644 --- a/src/index.js +++ b/src/index.js @@ -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 = [];