aspen-cloud / triplit

A full-stack, syncing database that runs on both server and client. Pluggable storage (indexeddb, sqlite, durable objects), syncs over websockets, and works with your favorite framework (React, Solid, Vue, Svelte).

Home Page:https://triplit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Bun package manager support to `triplit init`

matlin opened this issue · comments

Currently we only detect npm, yarn, and pnpm so when installing with Bun it prompts to manually install the dependencies.

init now works with bun thanks to nypm