mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-04-10 22:04:27 +00:00
feat(app): lint & beautify
This commit is contained in:
@@ -11,7 +11,12 @@ const nextConfig = {
|
||||
},
|
||||
],
|
||||
},
|
||||
serverExternalPackages: ['pdf-parse', 'playwright', 'officeparser', 'file-type'],
|
||||
serverExternalPackages: [
|
||||
'pdf-parse',
|
||||
'playwright',
|
||||
'officeparser',
|
||||
'file-type',
|
||||
],
|
||||
outputFileTracingIncludes: {
|
||||
'/api/**': [
|
||||
'./node_modules/@napi-rs/canvas/**',
|
||||
@@ -23,8 +28,8 @@ const nextConfig = {
|
||||
NEXT_PUBLIC_VERSION: pkg.version,
|
||||
},
|
||||
turbopack: {
|
||||
root: process.cwd()
|
||||
}
|
||||
root: process.cwd(),
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user