testing/cross_backend/ts_spine_backend_config.ts view source
(options?: TsSpineBackendConfigOptions): BackendConfig import {ts_spine_bun_backend_config} from '@fuzdev/fuz_app/testing/cross_backend/ts_spine_backend_config.js'; BackendConfig for the Bun TS spine binary — spawned via bun run. Bun
resolves the entry's relative .js→.ts source specifiers natively (no
flag needed — unlike Deno's --sloppy-imports, and like Gro's loader on
the Node path), and Bun.serve + hono/bun need no extra deps.
options
{}returns
BackendConfig