mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-30 19:06:47 -05:00
11 lines
149 B
JSON
11 lines
149 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"dev": {
|
|
"persistent": true,
|
|
"interactive": true
|
|
}
|
|
}
|
|
}
|