feat: add support for coinbase wallet with auto connect and metamask

This commit is contained in:
veganbeef
2025-05-08 10:47:59 -07:00
parent d8c53ceab7
commit eda896e478
6 changed files with 127 additions and 60 deletions

View File

@@ -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);
}