feat: add primary category and tags

This commit is contained in:
veganbeef
2025-05-09 16:41:53 -07:00
parent 5fe54a80da
commit f350aaa897
8 changed files with 89 additions and 20 deletions

2
index.d.ts vendored
View File

@@ -1,5 +1,5 @@
/**
* Initialize a new Farcaster mini-app project
* Initialize a new Farcaster mini app project
* @returns Promise<void>
*/
export function init(): Promise<void>;