crabnebula-dev / devtools

Inspect and Debug your Tauri applications in style 💃
https://devtools.crabnebula.dev
Other
225 stars 10 forks source link

feat: allow accessing the instrumentation server on any URL #286

Closed lucasfernog-crabnebula closed 1 month ago

lucasfernog-crabnebula commented 1 month ago

In case you're running the frontend locally.. this is needed.

netlify[bot] commented 1 month ago

Deploy Preview for cn-devtools-app canceled.

Name Link
Latest commit 6f4d1511985366f2b14a1d661e86d4b3bd39349d
Latest deploy log https://app.netlify.com/sites/cn-devtools-app/deploys/664cc63a083c4e00084cece3
CrabNejonas commented 1 month ago

Shouldn't we then just add the tauri local origin to the list of allowed origins instead of just allowing any?

lucasfernog-crabnebula commented 1 month ago

Shouldn't we then just add the tauri local origin to the list of allowed origins instead of just allowing any?

it might be served on localhost instead with random ports (just like you do with a dev server).. like for the upcoming devtools release 👀