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