#How to use`wrangler dev` command with nextjs 15?
1 messages · Page 1 of 1 (latest)
Hi @stiff blaze. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
I apologize, but I don't have any information about using the wrangler dev command with Next.js 15 in the provided knowledge sources. The documents don't mention Wrangler or Next.js version 15 specifically.
Next.js typically uses its own development server command, which is next dev as mentioned in the documentation (https://nextjs.org/docs/getting-started/installation#manual-installation). If you're looking to run a Next.js development server, you would typically use:
npm run dev
or
next dev