mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-18 17:09:47 -05:00
feat: add more logging for error debugging
This commit is contained in:
@@ -9,7 +9,7 @@ import { fileURLToPath } from 'url';
|
||||
dotenv.config({ path: '.env.local' });
|
||||
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
const projectRoot = path.join(__dirname, '..');
|
||||
const projectRoot = path.resolve(path.normalize(path.join(__dirname, '..')));
|
||||
|
||||
let tunnel;
|
||||
let nextDev;
|
||||
|
||||
Reference in New Issue
Block a user