N
Nuxt2y ago
cosbgn

Use wrangler as a dev server in localhost

I currently deploy on vercel-edge (cf workers), since this is a special environment many libraries don't work there. I would like to emulate the edge while using nuxt dev. I currently use: npm run build && npx wrangler pages dev dist/ --port 3000 This works perfectly as a preview, but I always need to generate and run a new build. Would it be possible to use wrangler with nuxt dev?
2 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
cosbgn
cosbgnOP2y ago
Great thanks!

Did you find this page helpful?