Skip to content

Commit

Permalink
remove config on open
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Dec 21, 2023
1 parent 6a4a04c commit c3fc066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuu-ui/showcase/scripts/showcase.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ execWait("npm run dev");
console.log(`opening showcase at ${chalk.green("http://localhost:5173/")} ...`);

setTimeout(() => {
open("http://localhost:5173/", { app: { name: "google chrome" } });
open("http://localhost:5173/");
}, 3000);

0 comments on commit c3fc066

Please sign in to comment.