fix: add link to neynar dev portal

This commit is contained in:
veganbeef 2025-06-23 13:46:22 -07:00
parent 601f20bca3
commit 9f5d80fddd
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ export async function init() {
break; break;
} }
console.log('\n🪐 Find your Neynar API key at: https://dev.neynar.com/app\n');
const neynarKeyAnswer = await inquirer.prompt([ const neynarKeyAnswer = await inquirer.prompt([
{ {
type: 'password', type: 'password',

View File

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