migrate to runes

This commit is contained in:
Jesse Winton
2025-04-02 08:22:25 -04:00
parent 3d3b140e62
commit fc33fec0fd
11 changed files with 78 additions and 59 deletions

View File

@@ -8,7 +8,7 @@
'Follow a simple tutorial to get started with Appwrite in your preferred framework quickly and easily.';
const ogImage = DEFAULT_HOST + '/images/open-graph/docs.png';
export let data;
let { data } = $props();
type MappedTutorial = (typeof data.tutorials)[number];