suppression des fichiers inutile

This commit is contained in:
2026-05-04 20:47:35 +02:00
parent a23c3bf780
commit 63b5af4868
7 changed files with 0 additions and 28 deletions

7
tmp/run.cjs.supp Normal file
View File

@@ -0,0 +1,7 @@
const { execSync } = require('child_process');
try {
execSync('npx prisma validate', { stdio: 'pipe' });
console.log('Success');
} catch (e) {
require('fs').writeFileSync('err.txt', e.stderr.toString());
}