add starter kit query param

This commit is contained in:
veganbeef 2025-05-16 16:25:08 -07:00
parent d38bce50c5
commit 3c9d845f44
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ async function queryNeynarApp(apiKey) {
}
try {
const response = await fetch(
`https://api.neynar.com/portal/app_by_api_key`,
`https://api.neynar.com/portal/app_by_api_key?starter_kit=true`,
{
headers: {
'x-api-key': apiKey

View File

@ -1,6 +1,6 @@
{
"name": "@neynar/create-farcaster-mini-app",
"version": "1.2.26",
"version": "1.2.27",
"type": "module",
"private": false,
"access": "public",