Node compat for `matchesGlob` from `node:path`?
Hi there
I'm new here but have been a deno fan from the get-go and have several project running on deno deploy v1 and v2 - love it!
Right now I'm attempting to deploy a tanstack-start app using the Nitro adapter (nightly v3 version)
- https://nitro.build/deploy/providers/deno-deploy
- https://tanstack.com/start/latest/docs/framework/react/hosting
But using that I cant even build and this is the error I get:
I've simplified the issue to this code, and I dont really understand why this should not work?
terminal output:
What am I doing wrong here?
Help very much appreciated!


I'm new here but have been a deno fan from the get-go and have several project running on deno deploy v1 and v2 - love it!
I'm using deno 2.5.2 locally
Right now I'm attempting to deploy a tanstack-start app using the Nitro adapter (nightly v3 version)
- https://nitro.build/deploy/providers/deno-deploy
- https://tanstack.com/start/latest/docs/framework/react/hosting
But using that I cant even build and this is the error I get:
I've simplified the issue to this code, and I dont really understand why this should not work?
terminal output:
What am I doing wrong here?
Help very much appreciated!
Hosting is the process of deploying your application to the internet so that users can access it. This is a critical part of any web development project, ensuring your application is available to the...


