Correct. With a `_worker.js` for toolsets like Remix, Astro, etc, you won't see the functions in the

Correct. With a
_worker.js
for toolsets like Remix, Astro, etc, you won't see the functions in the Function tab in the dashboard.

Logs should work fine though from the CLI (you won't get them in the dashboard)

Do this in your terminal to see logs for the last preview deployment:

wrangler pages deployment tail --environment=preview
Was this page helpful?