chore: change default dev tool start delay

This commit is contained in:
windingwind 2023-12-13 21:23:19 +08:00
parent 4eb662ea2f
commit 57028c7ba8

View File

@ -71,7 +71,7 @@ async function main() {
startZotero(); startZotero();
setTimeout(() => { setTimeout(() => {
openDevTool(); openDevTool();
}, 2000); }, 5000);
// watch // watch
await watch(); await watch();