{"version":3,"file":"service-worker.mjs","names":["srvxServe"],"sources":["../src/_entries/service-worker.ts"],"sourcesContent":["import type { ServerOptions } from 'srvx';\nimport { serve as srvxServe } from 'srvx/service-worker';\nimport type { IApp } from '../app/types.ts';\n\nexport * from '../index.ts';\n\nexport function serve(app: IApp, options?: Omit<ServerOptions, 'fetch'>) {\n    return srvxServe({ fetch: app.fetch.bind(app), ...options });\n}\n"],"mappings":";;;AAMA,SAAgB,MAAM,KAAW,SAAwC;CACrE,OAAOA,QAAU;EAAE,OAAO,IAAI,MAAM,KAAK,IAAI;EAAE,GAAG;EAAS,CAAC"}