mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
Fixed Codex
This commit is contained in:
@@ -16,6 +16,8 @@ const nextConfig = {
|
||||
path: false,
|
||||
};
|
||||
}
|
||||
// Stop watching logs directory to prevent HMR during streaming
|
||||
config.watchOptions = { ...config.watchOptions, ignored: /[\\/](logs|\.next)[\\/]/ };
|
||||
return config;
|
||||
},
|
||||
async rewrites() {
|
||||
|
||||
Reference in New Issue
Block a user