good presidio
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
12
vercel.json
12
vercel.json
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"functions": {
|
|
||||||
"app/api/process-document/route.js": {
|
|
||||||
"excludeFiles": "test/**"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"build": {
|
|
||||||
"env": {
|
|
||||||
"NEXT_PRIVATE_STANDALONE": "true"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user