mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Fix AG
This commit is contained in:
@@ -2,18 +2,10 @@
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
serverExternalPackages: ["better-sqlite3"],
|
||||
outputFileTracingExcludes: {
|
||||
"*": [
|
||||
"**/Cookies/**",
|
||||
"**/AppData/Local/**",
|
||||
"**/node_modules/.cache/**",
|
||||
],
|
||||
},
|
||||
images: {
|
||||
unoptimized: true
|
||||
},
|
||||
env: {},
|
||||
turbopack: {},
|
||||
webpack: (config, { isServer }) => {
|
||||
// Ignore fs/path modules in browser bundle
|
||||
if (!isServer) {
|
||||
|
||||
Reference in New Issue
Block a user