mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-01-02 17:46:56 +00:00
Update next.config.mjs
This commit is contained in:
@@ -11,6 +11,13 @@ const nextConfig = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
serverExternalPackages: ['pdf-parse'],
|
serverExternalPackages: ['pdf-parse'],
|
||||||
|
outputFileTracingIncludes: {
|
||||||
|
'/api/**': [
|
||||||
|
'./node_modules/@napi-rs/canvas/**',
|
||||||
|
'./node_modules/@napi-rs/canvas-linux-x64-gnu/**',
|
||||||
|
'./node_modules/@napi-rs/canvas-linux-x64-musl/**',
|
||||||
|
],
|
||||||
|
},
|
||||||
env: {
|
env: {
|
||||||
NEXT_PUBLIC_VERSION: pkg.version,
|
NEXT_PUBLIC_VERSION: pkg.version,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user