We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bd227 commit 0987ee4Copy full SHA for 0987ee4
next.config.mjs
@@ -11,6 +11,13 @@ const nextConfig = {
11
],
12
},
13
serverExternalPackages: ['pdf-parse'],
14
+ outputFileTracingIncludes: {
15
+ '/api/**': [
16
+ './node_modules/@napi-rs/canvas/**',
17
+ './node_modules/@napi-rs/canvas-linux-x64-gnu/**',
18
+ './node_modules/@napi-rs/canvas-linux-x64-musl/**',
19
+ ],
20
+ },
21
env: {
22
NEXT_PUBLIC_VERSION: pkg.version,
23
0 commit comments