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
2 changed files with 2 additions and 1 deletions

View File

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

View File

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