#How to use`wrangler dev` command with nextjs 15?

1 messages · Page 1 of 1 (latest)

stiff blaze
#

How to usewrangler dev command with nextjs 15?

ionic pondBOT
#

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

These commands start the Next.js application in development mode. However, I don't have specific information about integrating Wrangler with Next.js or about Next.js version 15. If you have a specific question about standard Next.js development commands, I'd be happy to help with that based on the information available.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: