chore: change default dev tool start delay
This commit is contained in:
parent
4eb662ea2f
commit
57028c7ba8
@ -71,7 +71,7 @@ async function main() {
|
||||
startZotero();
|
||||
setTimeout(() => {
|
||||
openDevTool();
|
||||
}, 2000);
|
||||
}, 5000);
|
||||
|
||||
// watch
|
||||
await watch();
|
||||
|
Loading…
x
Reference in New Issue
Block a user