hi all. I have a nextjs project that im currently deploying to pages without problem using github in

hi all. I have a nextjs project that im currently deploying to pages without problem using github integration. Im currently trying to add wrangler to that repo so that I can develop with D1 locally. So i run
npx wrangler pages download config
and get the toml file but when I run npx wrangler pages dev in my root directory,
I just get the no functions shimming error and a 404 page. What else do i need to do?
Was this page helpful?