mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
set SPONSOR_SIGNER=true
This commit is contained in:
parent
53d6ce6a94
commit
a287d55641
@ -646,7 +646,7 @@ export async function init(projectName = null, autoAcceptDefaults = false, apiKe
|
|||||||
}
|
}
|
||||||
fs.appendFileSync(envPath, `\nUSE_TUNNEL="${answers.useTunnel}"`);
|
fs.appendFileSync(envPath, `\nUSE_TUNNEL="${answers.useTunnel}"`);
|
||||||
if (answers.useSponsoredSigner) {
|
if (answers.useSponsoredSigner) {
|
||||||
fs.appendFileSync(envPath, `\nSPONSOR_SIGNER="${answers.useSponsoredSigner}"`);
|
fs.appendFileSync(envPath, `\nSPONSOR_SIGNER="true"`);
|
||||||
fs.appendFileSync(
|
fs.appendFileSync(
|
||||||
envPath,
|
envPath,
|
||||||
`\nNEXTAUTH_SECRET="${crypto.randomBytes(32).toString('hex')}"`
|
`\nNEXTAUTH_SECRET="${crypto.randomBytes(32).toString('hex')}"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user