Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinsSpencer committed Nov 22, 2024
1 parent 2f090c6 commit 954c4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { audioApi } from "@renderer/audio/audio";
import { router } from "@renderer/router";
import { initPreMountStores } from "@renderer/store/stores";

await setupVue();
setupVue();

async function setupVue() {
const app = createApp(App);
Expand Down

0 comments on commit 954c4fd

Please sign in to comment.