mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +08:00
don't show devtools for launch production package when run auto reminder
This commit is contained in:
@@ -20,7 +20,7 @@ export async function bootstrap() {
|
|||||||
width: 1440,
|
width: 1440,
|
||||||
height: 800
|
height: 800
|
||||||
},
|
},
|
||||||
devtools: true
|
devtools: process.env.NODE_ENV === 'development'
|
||||||
})
|
})
|
||||||
|
|
||||||
return browser
|
return browser
|
||||||
|
|||||||
Reference in New Issue
Block a user