[images] remote_images = ["https://source.unsplash.com/.*", "https://images.unsplash.com/.*", "https://ext.same-assets.com/.*", "https://ugc.same-assets.com/.*"] [build] command = "bun install && bun run build" publish = "dist" functions = "netlify/functions" [build.environment] NODE_VERSION = "20" VITE_API_URL = "https://io-a.monasefloadbalancer.ir" [[redirects]] from = "/*" to = "/index.html" status = 200 [dev] command = "bun run dev" port = 5173 targetPort = 5173 publish = "dist" autoLaunch = true framework = "vite"