@omnix-lang/adapters-bun
v0.1.0
Published
Omnix Bun adapter — Bun.serve entry point with bun:sqlite state persistence
Readme
@omnix-lang/adapters-bun
The Bun adapter for the Omnix web framework.
Installation
pnpm add @omnix-lang/adapters-bunUsage
This package provides the server-side integrations necessary to host an Omnix application natively on the Bun runtime.
import { serve } from 'bun';
import { createBunAdapter } from '@omnix-lang/adapters-bun';
// ...