mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
feat: improved dark mode color (#6616)
This commit is contained in:
@@ -195,8 +195,9 @@ app.on('ready', async () => {
|
||||
mainWindow.once('ready-to-show', () => {
|
||||
mainWindow.show();
|
||||
});
|
||||
const devPort = process.env.BRUNO_DEV_PORT || 3000;
|
||||
const url = isDev
|
||||
? 'http://localhost:3000'
|
||||
? `http://localhost:${devPort}`
|
||||
: format({
|
||||
pathname: path.join(__dirname, '../web/index.html'),
|
||||
protocol: 'file:',
|
||||
|
||||
Reference in New Issue
Block a user