mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-18 17:09:47 -05:00
feat: add support for coinbase wallet with auto connect and metamask
This commit is contained in:
@@ -75,9 +75,7 @@ async function startDev() {
|
||||
? '1. Run: netstat -ano | findstr :3000\n' +
|
||||
'2. Note the PID (Process ID) from the output\n' +
|
||||
'3. Run: taskkill /PID <PID> /F\n'
|
||||
: '1. On macOS/Linux, run: lsof -i :3000\n' +
|
||||
'2. Note the PID (Process ID) from the output\n' +
|
||||
'3. Run: kill -9 <PID>\n') +
|
||||
: `On macOS/Linux, run:\nnpm run cleanup\n`) +
|
||||
'\nThen try running this command again.');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user