Getting BOOT_FAILURE with Deno Deploy (using deployctl) when trying to deploy SSH Server Ink App
npm:ssh2
and npm:inkjs
. I thought it would be neat to serve this using Deno Deploy, but I keep getting this error:
```sh
i Using config file 'sshportfolio-deno/deno.json'
ā¼ No project name or ID provided with either the --project arg or a config file....Is it possible to check the request comes from deno subhosting?
How to get origin URL on Deno Deploy?
https://user-repo.deno.dev
in a Deno Deploy worker?
I could hardcode it, but would need to keep it in sync with a custom domain, etc. It seems globalThis.location
isn't set on Deploy!?...Do we have 300 deployments/hour frequency limitation for Builder plan deno subhosting?
Does anyone use Deno Subhosting?
Is there a way to set the globalThis.location for a Worker
--location
can be used to set the location on the main thread, is there a way to override the location that gets set on a Worker?
We are using Workers to run untrusted user code, and it'd be more desirable to set the location to something other than the URL of the worker module itself....authentiation error
i have an external network card how to find my deno project externaly
I lost my questions.deno.com account.
Running drizzle-kit for local SQLite databases with Deno
Deno LSP not narrowing types

OTEL not exporting to external server
How do I propagate OTEL context into a Worker?
propagation.inject/extract
with a plain object as the carrier to pass the context in the message of postMessage
.
It appears that the carrier doesn't contain any data, when using Deno's native OTEL....How can I replace vite with `deno bundle`?
Issues with Vite SSR and workspace imports in Deno ā Need guidance on deno-vite-plugin usage
Best practice for passing Array of Objects from C++ to TS using FFI
Workaround for deno with otel not exiting?
dist folder causes issues with React version