save avant prochaine modif

This commit is contained in:
2026-04-08 14:46:10 +02:00
parent bb10407e66
commit d88ba7c53c
1747 changed files with 194075 additions and 2433 deletions

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