merge: husky updates

This commit is contained in:
DecDuck
2025-03-14 13:16:26 +11:00
parent 920ce8b0d0
commit 3067b4b4d0
11 changed files with 418 additions and 48 deletions
-2
View File
@@ -95,8 +95,6 @@
</template>
<script setup lang="ts">
import { ref, onMounted } from "vue";
const recent = await $dropFetch("/api/v1/store/recent");
const updated = await $dropFetch("/api/v1/store/updated");
const released = await $dropFetch("/api/v1/store/released");