good presidio
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
"dev": "next dev --turbopack",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint",
|
||||||
|
"postinstall": "patch-package"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-progress": "^1.1.7",
|
"@radix-ui/react-progress": "^1.1.7",
|
||||||
|
|||||||
12
patches/pdf-parse+1.1.1.patch
Normal file
12
patches/pdf-parse+1.1.1.patch
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/node_modules/pdf-parse/index.js b/node_modules/pdf-parse/index.js
|
||||||
|
index e9fc367..47fcd1e 100644
|
||||||
|
--- a/node_modules/pdf-parse/index.js
|
||||||
|
+++ b/node_modules/pdf-parse/index.js
|
||||||
|
@@ -3,7 +3,7 @@ const Pdf = require('./lib/pdf-parse.js');
|
||||||
|
|
||||||
|
module.exports = Pdf;
|
||||||
|
|
||||||
|
+let isDebugMode = false;
|
||||||
|
|
||||||
|
//process.env.AUTO_KENT_DEBUG
|
||||||
|
|
||||||
Reference in New Issue
Block a user