feat: add more logging for error debugging

This commit is contained in:
lucas-neynar
2025-04-10 10:56:48 -07:00
parent b3e419b1f6
commit 6c35293e80
2 changed files with 14 additions and 2 deletions

View File

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