mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-10 22:41:17 +00:00
use bun
This commit is contained in:
parent
8f787763a2
commit
13ab43127a
1 changed files with 4 additions and 4 deletions
|
|
@ -1,16 +1,16 @@
|
|||
```txt
|
||||
npm install
|
||||
npm run dev
|
||||
bun install
|
||||
bun run dev
|
||||
```
|
||||
|
||||
```txt
|
||||
npm run deploy
|
||||
bun run deploy
|
||||
```
|
||||
|
||||
[For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types):
|
||||
|
||||
```txt
|
||||
npm run cf-typegen
|
||||
bun run cf-typegen
|
||||
```
|
||||
|
||||
Pass the `CloudflareBindings` as generics when instantiation `Hono`:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue