uawdijnntqw1x1x1
IP : 216.73.216.76
Hostname : server.zoomride.app
Kernel : Linux server.zoomride.app 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
zoomride2022
/
public_html
/
uslfranchise.com
/
..
/
survo.app
/
.
/
next.config.mjs
/
/
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, devIndicators: { buildActivity: false, }, eslint: { ignoreDuringBuilds: true, }, productionBrowserSourceMaps: false, // Server actions optimization (App Router safe) experimental: { serverActions: { bodySizeLimit: '5mb', }, }, webpack(config, { isServer }) { // Prevent large cache files config.cache = false; // Remove unnecessary polyfills from client bundle if (!isServer) { config.resolve.fallback = { fs: false, net: false, tls: false, }; } return config; }, }; export default nextConfig;
/home/zoomride2022/public_html/uslfranchise.com/../survo.app/./next.config.mjs