mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-29 10:26:49 -05:00
* feat: add cloudflare worker basic tests * chore: fix conflict --------- Co-authored-by: Bereket Engida <bekacru@gmail.com>
8 lines
79 B
Markdown
8 lines
79 B
Markdown
## How to run in dev
|
|
|
|
```
|
|
pnpm install
|
|
pnpm run migrate:local
|
|
pnpm run dev
|
|
```
|