Skip to content

Commit

Permalink
chore: change default dev tool start delay
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Dec 13, 2023
1 parent 4eb662e commit 57028c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function main() {
startZotero();
setTimeout(() => {
openDevTool();
}, 2000);
}, 5000);

// watch
await watch();
Expand Down

0 comments on commit 57028c7

Please sign in to comment.