mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
chore: make SCREENSHOT default true
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ const notifications = {
|
||||
};
|
||||
|
||||
const page = {
|
||||
capture: process.env.SCREENSHOT === 'true',
|
||||
capture: process.env.SCREENSHOT ? process.env.SCREENSHOT === 'true' : 'true',
|
||||
width: 1920,
|
||||
height: 1080,
|
||||
navigationTimeout: Number(process.env.PAGE_TIMEOUT ?? 30000),
|
||||
|
||||
Reference in New Issue
Block a user