From 4c0d36f14bc46c4e3452fabffd4c03d8049bedea Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 19 Aug 2024 21:59:24 +0200 Subject: [PATCH] fix: :bug: Move NotificationsRenderer to client-only --- .github/workflows/deploy.yml | 2 +- app.vue | 2 +- bun.lockb | Bin 561540 -> 541340 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12ad4a4..86c14a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: oven-sh/setup-bun@v1 + - uses: oven-sh/setup-bun@v2 - name: Install dependencies run: bun install diff --git a/app.vue b/app.vue index b978d00..4121896 100644 --- a/app.vue +++ b/app.vue @@ -9,8 +9,8 @@ + -