Stone.js API
    Preparing search index...
    • Bun entry: export default serveBun({ modules: [App] }) — a Bun.serve compatible object.

      Parameters

      • options: EdgeAppOptions = {}

        The app to boot.

      • serveOptions: Record<string, unknown> = {}

        Extra Bun.serve options (e.g. port).

      Returns Record<string, unknown>

      A Bun server object with a fetch method.