`deno bundle` and React Router
bundle
intended to fully cover projects would normally require third party build tools? Asking primarily because I ran into a snag trying to migrate a React project off of Vite -- that snag appearsto involve React Router -- which, itself, uses Vite as a dev dependency.
(Tangentially, if I keep using Vite, its syntax parsing throws errors on attempting to use text imports)...Is anyone else having persistent 502 errors from deploy.deploy?
Cant install deno on Windows.

Hono RPC types stop working in 2.4.2

deno deployed app not reporting to hosted collector
`@jsxRuntime` pragma
/* @jsxRuntime automatic */
comment to a file has the same effect as setting compilerOptions.jsx
to "react-jsx"
for that file, but this doesn't seem to be the case. I have a main.tsx
file with the following content.
```ts
/* @jsxRuntime automatic /
/ @jsxImportSource npm:hastscript@9.0.1 */
console.log(<></>);...Imports in Deno2 + Sveltekit
[vite] (ssr) Error when evaluating SSR module
with whatever I try.
My issue seems similar to https://discord.com/channels/684898665143206084/1311242710887432202
Thanks!...Issue with Oak, Superdeno / Superagent after going from Deno 2.3 to 2.4
Is there a way to view active resources keeping the Deno event loop open?
import { getActiveResourcesInfo } from 'node:process';
in Deno I get the error Uncaught SyntaxError: The requested module 'node:process' does not provide an export named 'getActiveResourcesInfo'
so it looks like this particular API is unimplemented in Deno. I've also tried looking around in the inspector using `deno run --ins...starting web development
React Library Best Practises
react
in my dependancies as I use Denos built in support. My compiler options are;
```
"compilerOptions": {...Deno compile is broken for me
deno compile
results in:
```
error: Writing deno compile executable to temporary file 'build/linux/chronver.tmp-aa3bc710d3e7d9b6'
Caused by:...“TypeError: Illegal constructor” error when using FormData
multiple connections to local kv with sqlite from different thread
Question
Does `deno bundle` have a TypeScript API?
Deno
global, looking at the docs, and searching for a package on denoland but didn't see anything.Deno + Tauri, deploy and make app usable on my device forever
deno task tauri ios dev
on my laptop and didn't have to keep my phone connected to the internet to use it. Not sure if I should be asking here or in the tauri server (I am asking in both), but just curious if it was possible. Currently I can test it both on simulators and my device, but I want to keep it on m...how to deploy deno in turborepo on Deno EA?
apps/hono/src/index.ts
and set install command to pnpm install
but it's failing...
Deno compile with @types/node (Buffer) issue
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....