import type { NextConfig } from 'next'; const nextConfig: NextConfig = { allowedDevOrigins: ['192.168.18.93', 'localhost'], turbopack: { root: __dirname, }, outputFileTracingRoot: __dirname, }; export default nextConfig;