Open
Description
nextConfig.push({
proxied_site: "http://localhost:1337",
port: 8084,
early_hints: [
{
type: "style",
url: "/style.css",
},
{
type: "script",
url: "/script.js",
},
],
}) // WARNING: Missing semicolon or confusing indentation
({ statusLine, headers } = await makeProxyRequest());
foo() // WARNING: Missing semicolon or confusing indentation
[a, b].forEach(f)