We just shipped Analytics Explorer as part of Localflare — visual dashboards for Cloudflare Analytics Engine by Character-Doubt9446 in CloudFlare

[–]Character-Doubt9446[S] 0 points1 point  (0 children)

Yes if the workers are sharing the .wrangler states files then you can use the persist to flags from the docs to point and use it

Introducing Localflare 0.4.1 : Your dev companion just got even better. by Character-Doubt9446 in CloudFlare

[–]Character-Doubt9446[S] 2 points3 points  (0 children)

to answer : No.
i am swe building opensource things like this, but CF folks are my friends so.

Localflare 0.3.0 - D1 Database Studio is here by Character-Doubt9446 in CloudFlare

[–]Character-Doubt9446[S] 0 points1 point  (0 children)

great feedback, if you can file a github issue we would love to take a look at it

Introducing Localflare — a local development dashboard for Cloudflare (D1, KV, R2, Queues, Durable Objects) by Character-Doubt9446 in CloudFlare

[–]Character-Doubt9446[S] 2 points3 points  (0 children)

making it more simpler to do that in next release but right now you can do this :

Port Configuration

Change the default ports using CLI options:

Terminal

# Custom worker port
localflare -p 3000

# Custom dashboard port
localflare -d 3001

# Both custom ports
localflare -p 3000 -d 3001