This library provides some bun specific tooling and fixes for automation apps.
Add as a dependency, and add to your imports. Nice and easy
npm i @digital-alchemy/bun
Add to code
import { LIB_BUN } from "@digital-alchemy/bun";
// application
const MY_APP = CreateApplication({
libraries: [LIB_BUN],
name: "home_automation",
})
// library
export const MY_LIBRARY = CreateLibrary({
depends: [LIB_BUN],
name: "special_logic",
})
This library has no publicly usable logic. Current features:
sqlite
shim forsynapse