mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-31 21:21:15 +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,
|
||||
height: 800
|
||||
},
|
||||
devtools: true
|
||||
devtools: process.env.NODE_ENV === 'development'
|
||||
})
|
||||
|
||||
return browser
|
||||
|
||||
Reference in New Issue
Block a user