good presidio

This commit is contained in:
nBiqoz
2025-06-18 14:28:53 +02:00
parent eaa7ca78e5
commit 2af09076b6
2 changed files with 0 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
import { NextResponse, type NextRequest } from "next/server"; import { NextResponse, type NextRequest } from "next/server";
import pdf from "pdf-parse"; import pdf from "pdf-parse";
import mammoth from "mammoth"; import mammoth from "mammoth";
import { type File } from "buffer";
export async function POST(req: NextRequest) { export async function POST(req: NextRequest) {
console.log("🔍 Début du traitement de la requête"); console.log("🔍 Début du traitement de la requête");

View File

@@ -1,12 +0,0 @@
{
"functions": {
"app/api/process-document/route.js": {
"excludeFiles": "test/**"
}
},
"build": {
"env": {
"NEXT_PRIVATE_STANDALONE": "true"
}
}
}