Skip to content

Commit

Permalink
fix: prevent init subcommand also running dev
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Feb 28, 2022
1 parent 32f7f1e commit c31e1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vite-tauri.ts
Expand Up @@ -12,6 +12,7 @@ async function run() {
switch (cmd) {
case "init":
await init(args);
break;
case "dev":
await dev(args);
break;
Expand Down

0 comments on commit c31e1a5

Please sign in to comment.