I don't know if this is replicable, but I tried doing in a parallel project, and cloning your repository, and this happened:
code/beth_stack [main●] » bun run src/index.tsx
error: Could not resolve: "react". Maybe you need to "bun install"?
import { Elysia, t } from "elysia";
^
code/beth_stack/src/index.tsx:1:1
I don't know if this is replicable, but I tried doing in a parallel project, and cloning your repository, and this happened:
Is there any way to get around this?