We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384a91f commit 4c0d36fCopy full SHA for 4c0d36f
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
13
- - uses: oven-sh/setup-bun@v1
+ - uses: oven-sh/setup-bun@v2
14
15
- name: Install dependencies
16
run: bun install
app.vue
@@ -9,8 +9,8 @@
9
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
+ <NotificationsRenderer />
</ClientOnly>
- <NotificationsRenderer />
</template>
<script setup lang="ts">
bun.lockb
-19.7 KB
0 commit comments