src/mdx/get-started/RunFile.mdx
import Npx from '@mdx/Npx.astro'; import Callout from '@mdx/Callout.astro';
To run any TypeScript files, you have several options, but let's stick with one: using tsx
You've already installed tsx, so we can run our queries now
Run index.ts script
<Npx>
tsx src/index.ts
</Npx>
If you don't have bun installed, check the Bun installation docs </Callout>