mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-18 17:09:47 -05:00
fix: siwn csrf config
This commit is contained in:
@@ -693,6 +693,7 @@ export async function init(projectName = null, autoAcceptDefaults = false, apiKe
|
||||
);
|
||||
}
|
||||
if (answers.seedPhrase) {
|
||||
console.log('✅ Writing SEED_PHRASE and NEXTAUTH_SECRET to .env.local');
|
||||
fs.appendFileSync(envPath, `\nSEED_PHRASE="${answers.seedPhrase}"`);
|
||||
// Add NextAuth secret for SIWN
|
||||
fs.appendFileSync(
|
||||
|
||||
Reference in New Issue
Block a user