Here's the repo that I have set up: https://github.com/jorgecolonconsulting-codex/alchemy-cloudflare-worker-supabase-starter
I'd like to be able to step debug apps/server/src/index.ts
But the only thing that I could see is the sourcemap applied for alchemy.run.ts here apps/server/alchemy.run.ts. Have a look at the attached image.
I've tried all sorts of things including using sourcemap: 'inline' and dropping a debugger expression in the code. I reversed engineered part of the code and seems like miniflare should allow what I'd like to do.
Anything scream out to you that I am missing?

Here's the repo that I have set up: https://github.com/jorgecolonconsulting-codex/alchemy-cloudflare-worker-supabase-starter
I'd like to be able to step debug apps/server/src/index.ts
But the only thing that I could see is the sourcemap applied for
alchemy.run.tshere apps/server/alchemy.run.ts. Have a look at the attached image.I've tried all sorts of things including using
sourcemap: 'inline'and dropping adebuggerexpression in the code. I reversed engineered part of the code and seems like miniflare should allow what I'd like to do.Anything scream out to you that I am missing?