SYMBOL INDEX (7 symbols across 5 files) FILE: main.go function main (line 14) | func main() { function handleAPI (line 31) | func handleAPI(w http.ResponseWriter, _ *http.Request) { FILE: nextjs/next.config.js method rewrites (line 2) | async rewrites() { FILE: nextjs/pages/foo/bar.tsx function Bar (line 3) | function Bar(): JSX.Element { FILE: nextjs/pages/foo/index.tsx function Foo (line 3) | function Foo(): JSX.Element { FILE: nextjs/pages/index.tsx function fetcher (line 4) | async function fetcher(url: string) { function Index (line 9) | function Index(): JSX.Element {