mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 16:18:55 -05:00
fix: index.js logs
This commit is contained in:
parent
512c3fa71c
commit
e6b09ba949
@ -94,8 +94,8 @@ async function init() {
|
|||||||
execSync('git add .', { cwd: projectPath });
|
execSync('git add .', { cwd: projectPath });
|
||||||
execSync('git commit -m "initial commit from frames-v2-quickstart"', { cwd: projectPath });
|
execSync('git commit -m "initial commit from frames-v2-quickstart"', { cwd: projectPath });
|
||||||
|
|
||||||
console.log(`\n🖼️✨ Successfully created ${projectName} with git and dependencies installed! ✨🖼️\n`);
|
console.log(`\n🖼️✨ Successfully created frame ${projectName} with git and dependencies installed! ✨🖼️`);
|
||||||
console.log('Next steps:');
|
console.log('\nTo run the app:');
|
||||||
console.log(` cd ${projectName}`);
|
console.log(` cd ${projectName}`);
|
||||||
console.log(' npm run dev');
|
console.log(' npm run dev');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user