update vercel sandbox support

This commit is contained in:
Developers Digest
2025-09-08 15:15:18 -04:00
parent 9d71ae77e7
commit cb1b0a9f64
34 changed files with 1001 additions and 588 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ export async function GET() {
const data = JSON.parse(errorFileContent);
errors.push(...(data.errors || []));
}
} catch (error) {
} catch {
// No error file exists, that's OK
}
@@ -85,12 +85,12 @@ export async function GET() {
}
}
}
} catch (error) {
} catch {
// Skip if grep fails
}
}
}
} catch (error) {
} catch {
// No log files found, that's OK
}