bunfig.toml 258 B

1234567
  1. preload = ["@opentui/solid/preload"]
  2. [test]
  3. preload = ["./test/preload.ts"]
  4. # timeout is not actually parsed from bunfig.toml (see src/bunfig.zig in oven-sh/bun)
  5. # using --timeout in package.json scripts instead
  6. # https://github.com/oven-sh/bun/issues/7789