Hey everyone, is there a way to run `wrangler dev` in the background? Kind of like passing the `-d`

Hey everyone, is there a way to run
wrangler dev
in the background? Kind of like passing the -d flag to Docker? I am specifically thinking for a CICD pipeline, where I might want to startup a local dev instance to test against before pushing my changes out to Cloudflare.

The only alternative I can think of is to run a deploy using a dev environment...
Was this page helpful?